From ba8cba0642f57d2cad1653b9c16d377dcfb58021 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 2 Apr 2021 10:49:07 +0200 Subject: [PATCH] chore(release): 5.0.0-alpha.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00505c9e..0f6ef2075 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.0.0-alpha.3](https://github.com/verdaccio/verdaccio/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2021-04-02) + + +### Features + +* custom protocol header ([#2156](https://github.com/verdaccio/verdaccio/issues/2156)) ([9c80399](https://github.com/verdaccio/verdaccio/commit/9c803993d041aa5f6353512546555013f6f5a130)) + ## [5.0.0-alpha.2](https://github.com/verdaccio/verdaccio/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2021-03-31) diff --git a/package.json b/package.json index 23b77535e..9135d27a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",