From b000fafc2d7aa867cb709f2158dd350ea2771578 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 5 Sep 2022 21:37:16 +0200 Subject: [PATCH] chore(release): 5.15.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950a2e682..44b7fb269 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.15.2](https://github.com/verdaccio/verdaccio/compare/v5.15.1...v5.15.2) (2022-09-05) + + +### Bug Fixes + +* get header by quality priority value ([#3359](https://github.com/verdaccio/verdaccio/issues/3359)) ([cdb80aa](https://github.com/verdaccio/verdaccio/commit/cdb80aac20b98855638ac9c8eeca700076b2c519)) + ### [5.15.1](https://github.com/verdaccio/verdaccio/compare/v5.15.0...v5.15.1) (2022-09-04) diff --git a/package.json b/package.json index 637adfa73..d2a8904f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "5.15.1", + "version": "5.15.2", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",