From 2dd2da2a293c68d9e07a5bcd5e88ecc9f260c6a3 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 16 Apr 2022 12:41:44 +0200 Subject: [PATCH] chore(release): 4.13.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65865d89b..94f9c486c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.13.2](https://github.com/verdaccio/verdaccio/compare/v4.13.0...v4.13.2) (2022-04-16) + + +### Bug Fixes + +* update async and lodash to latest patches ([df541c4](https://github.com/verdaccio/verdaccio/commit/df541c43c1fac7af064ef6cbf25007d78a812666)) + +### [4.13.1](https://github.com/verdaccio/verdaccio/compare/v4.13.0...v4.13.1) (2022-04-16) + + +### Bug Fixes + +* update async and lodash to latest patches ([df541c4](https://github.com/verdaccio/verdaccio/commit/df541c43c1fac7af064ef6cbf25007d78a812666)) + ## [4.13.0](https://github.com/verdaccio/verdaccio/compare/v4.12.2...v4.13.0) (2022-03-10) diff --git a/package.json b/package.json index 1593df8b4..2382958ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "4.13.0", + "version": "4.13.2", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",