From 2095cdae337c4647679f3003d07d58d7740de4af Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 7 Oct 2018 20:38:50 +0200 Subject: [PATCH] chore(release): 3.8.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc865203..6c6151061 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.8.3](https://github.com/verdaccio/verdaccio/compare/v3.8.2...v3.8.3) (2018-10-07) + + +### Bug Fixes + +* don't exit if using https and pfx is enabled ([#1061](https://github.com/verdaccio/verdaccio/issues/1061)) ([#1062](https://github.com/verdaccio/verdaccio/issues/1062)) ([315a3b2](https://github.com/verdaccio/verdaccio/commit/315a3b2)) + + + ## [3.8.2](https://github.com/verdaccio/verdaccio/compare/v3.8.1...v3.8.2) (2018-09-27) diff --git a/package.json b/package.json index 0b84e8e3d..4bedd00db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "3.8.2", + "version": "3.8.3", "description": "Private npm repository server", "author": { "name": "Alex Kocharin",