From b1b0c25212cfbe9286f689eeb5a6cacc06358f1c Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 3 Oct 2019 08:30:23 +0200 Subject: [PATCH] chore(release): 4.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",