Compare commits

...

1 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
2fd38dbf12 chore(release): 2.4.0 2017-09-23 09:39:11 +02:00
2 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,23 @@
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.
<a name="2.4.0"></a>
# [2.4.0](https://github.com/verdaccio/verdaccio/compare/v2.3.6...v2.4.0) (2017-09-23)
### Bug Fixes
* :bug: check error code to prevent data loss ([5d73dca](https://github.com/verdaccio/verdaccio/commit/5d73dca))
* :bug: check error code to prevent data loss ([93aae05](https://github.com/verdaccio/verdaccio/commit/93aae05))
* :bug: Package metadata cache not work ([4d6a447](https://github.com/verdaccio/verdaccio/commit/4d6a447))
### Features
* Update node alpine version to 8.4.0 ([3f96ce3](https://github.com/verdaccio/verdaccio/commit/3f96ce3))
<a name="2.3.6"></a>
## [2.3.6](https://github.com/verdaccio/verdaccio/compare/v2.3.5...v2.3.6) (2017-08-17)

View File

@@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "2.3.6",
"version": "2.4.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",