diff --git a/CHANGELOG.md b/CHANGELOG.md index 145d8c928..aa5ae6b5d 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.4](https://github.com/verdaccio/verdaccio/compare/v3.11.3...v3.11.4) (2019-02-11) + + +### Bug Fixes + +* update dependencies due to security vulnerabilities ([f6f014a](https://github.com/verdaccio/verdaccio/commit/f6f014a)) + + + ## [3.11.3](https://github.com/verdaccio/verdaccio/compare/v3.11.2...v3.11.3) (2019-02-07) diff --git a/package.json b/package.json index 1ba6cb8e3..8634bcf91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.11.3", + "version": "3.11.4", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",