From e7b75646de53ac4153228bdf87eb76a321783d9a Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 25 Aug 2019 19:18:15 +0200 Subject: [PATCH] chore(release): 4.2.2 --- .secrets-baseline | 4 ++-- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.secrets-baseline b/.secrets-baseline index a92cd4e2a..3a7c89f7e 100644 --- a/.secrets-baseline +++ b/.secrets-baseline @@ -3,7 +3,7 @@ "files": null, "lines": null }, - "generated_at": "2019-08-20T08:33:48Z", + "generated_at": "2019-08-25T17:18:29Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -2973,5 +2973,5 @@ } ] }, - "version": "0.12.2" + "version": "0.12.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5581dfc..05d52918d 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.2.2](https://github.com/verdaccio/verdaccio/compare/v4.2.1...v4.2.2) (2019-08-25) + + +### Bug Fixes + +* mkdir failed and ec2 infinitely re-launch ([342d284](https://github.com/verdaccio/verdaccio/commit/342d284)) +* update @verdaccio/ui-theme@0.2.3 ([#1451](https://github.com/verdaccio/verdaccio/issues/1451)) +* use test + mkdir for strict dir check ([9006146](https://github.com/verdaccio/verdaccio/commit/9006146)) + ### [4.2.1](https://github.com/verdaccio/verdaccio/compare/v4.2.0...v4.2.1) (2019-08-10) diff --git a/package.json b/package.json index 1e6cb0219..7b54d97fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "4.2.1", + "version": "4.2.2", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",