diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa9ce30e..f4893a310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.3.3](https://github.com/verdaccio/verdaccio/compare/v4.3.2...v4.3.3) (2019-10-03) + + +### Bug Fixes + +* allow add to request agentOptions ([#1506](https://github.com/verdaccio/verdaccio/issues/1506)) ([65d6a93](https://github.com/verdaccio/verdaccio/commit/65d6a93)) + ### [4.3.2](https://github.com/verdaccio/verdaccio/compare/v4.3.1...v4.3.2) (2019-10-02) diff --git a/package.json b/package.json index fc3e1360f..745399355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "4.3.2", + "version": "4.3.3", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",