diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c219726..fff49a0fe 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. + +## [3.11.2](https://github.com/verdaccio/verdaccio/compare/v3.11.1...v3.11.2) (2019-02-05) + + +### Bug Fixes + +* lodash vulnerability ([c35486d](https://github.com/verdaccio/verdaccio/commit/c35486d)) + + + ## [3.11.1](https://github.com/verdaccio/verdaccio/compare/v3.11.0...v3.11.1) (2019-01-31) diff --git a/package.json b/package.json index 25cc26fc0..4040055eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.11.1", + "version": "3.11.2", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",