diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b552d16e..efacb3dd4 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.6](https://github.com/verdaccio/verdaccio/compare/v2.6.5...v2.6.6) (2017-11-08) + + +### Bug Fixes + +* :bug: incorrect logo url with slash at the end of `url_prefix` ([859eccb](https://github.com/verdaccio/verdaccio/commit/859eccb)) + + + ## [2.6.5](https://github.com/verdaccio/verdaccio/compare/v2.6.4...v2.6.5) (2017-11-05) diff --git a/package.json b/package.json index eac9fba2f..dc11e9eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "2.6.5", + "version": "2.6.6", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",