From 1aa9b4d4a55ee825b30f006c4c3b101876a3aeeb Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 20 Jun 2019 22:41:26 +0200 Subject: [PATCH] chore(release): 4.0.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84b90684..8c8e342da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.0.4](https://github.com/verdaccio/verdaccio/compare/v4.0.3...v4.0.4) (2019-06-20) + + +### Bug Fixes + +* correctly check the keepAliveTimeout value, fixes [#1352](https://github.com/verdaccio/verdaccio/issues/1352) ([#1353](https://github.com/verdaccio/verdaccio/issues/1353)) ([a92bd5f](https://github.com/verdaccio/verdaccio/commit/a92bd5f)) + + + ## [4.0.3](https://github.com/verdaccio/verdaccio/compare/v4.0.2...v4.0.3) (2019-06-14) diff --git a/package.json b/package.json index 2b083f1bd..dc0de92ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "4.0.3", + "version": "4.0.4", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",