From 768ce6a8821edeaea8ffa52a9a385604b0c20ad1 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 18 Mar 2018 16:26:18 +0100 Subject: [PATCH] chore(release): 3.0.0-beta.4 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e363f0b..d4fab32be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [3.0.0-beta.4](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.2...v3.0.0-beta.4) (2018-03-18) + + +### Bug Fixes + +* add teardown for unit test ([036120b](https://github.com/verdaccio/verdaccio/commit/036120b)) + + +### Features + +* add strict_ssl_option, fixes [#587](https://github.com/verdaccio/verdaccio/issues/587) ([f0fef44](https://github.com/verdaccio/verdaccio/commit/f0fef44)) + + + + +# [3.0.0-beta.3](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2018-03-18) + + +### Bug Fixes + +* add teardown for unit test ([036120b](https://github.com/verdaccio/verdaccio/commit/036120b)) + + +### Features + +* add strict_ssl_option, fixes [#587](https://github.com/verdaccio/verdaccio/issues/587) ([f0fef44](https://github.com/verdaccio/verdaccio/commit/f0fef44)) + + + # [3.0.0-alpha.0](https://github.com/verdaccio/verdaccio/compare/v3.0.0-0...v3.0.0-alpha.0) (2018-01-07) diff --git a/package.json b/package.json index 79cea1dfd..3b15ef7f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.4", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",