From f8df6d2ef9ba581a796e844a06d876fd59c23b43 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 17 Jun 2022 05:32:08 +0200 Subject: [PATCH] chore(release): 5.13.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bdce41c..3ae05349f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.13.0](https://github.com/verdaccio/verdaccio/compare/v5.12.0...v5.13.0) (2022-06-17) + + +### Features + +* allow other password hashing algorithms ([#3229](https://github.com/verdaccio/verdaccio/issues/3229)) ([87fbc0f](https://github.com/verdaccio/verdaccio/commit/87fbc0fb7c0dbddbd6c53726e12f69cf02368127)) + ## [5.12.0](https://github.com/verdaccio/verdaccio/compare/v5.11.0...v5.12.0) (2022-06-14) diff --git a/package.json b/package.json index 806f5359d..14cae652e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "5.12.0", + "version": "5.13.0", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",