From 3032fc8b284f07010ef33295a65b0058c4dbbaa1 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 25 Dec 2022 22:25:54 +0100 Subject: [PATCH] chore(release): 5.19.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5815c4fb9..076af1f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [5.19.0](https://github.com/verdaccio/verdaccio/compare/v5.18.0...v5.19.0) (2022-12-25) + + +### Features + +* **security:** update dependencies ([#3540](https://github.com/verdaccio/verdaccio/issues/3540)) ([99a39d5](https://github.com/verdaccio/verdaccio/commit/99a39d55a20c4c2da872e4c609de1fdeffe00717)) + + +### Bug Fixes + +* update core dependencies ([#3519](https://github.com/verdaccio/verdaccio/issues/3519)) ([9353b3e](https://github.com/verdaccio/verdaccio/commit/9353b3ebf084edf697407958aa91b3a47a4f925f)) + ## [5.18.0](https://github.com/verdaccio/verdaccio/compare/v5.17.0...v5.18.0) (2022-11-23) diff --git a/package.json b/package.json index 96604df0d..b6d2415e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "5.18.0", + "version": "5.19.0", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",