diff --git a/CHANGELOG.md b/CHANGELOG.md index 0475bb5c9..2be46f726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +# [4.0.0-alpha.1](https://github.com/verdaccio/verdaccio/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2018-09-27) + + + # [4.0.0-alpha.0](https://github.com/verdaccio/verdaccio/compare/v3.8.2...v4.0.0-alpha.0) (2018-09-27) diff --git a/package.json b/package.json index 616baa3ef..67dbff1cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",