diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f647a613..2ce3a82f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.6.2](https://github.com/verdaccio/verdaccio/compare/v2.6.1...v2.6.2) (2017-10-21) + + +### Bug Fixes + +* Remove unix socket before listen ([d42a41e](https://github.com/verdaccio/verdaccio/commit/d42a41e)) + + + ## [2.6.1](https://github.com/verdaccio/verdaccio/compare/v2.6.0...v2.6.1) (2017-10-19) diff --git a/package.json b/package.json index 3561e7d20..1bf69fdcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "2.6.1", + "version": "2.6.2", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",