From 38c40ed304e12764cf48e35584089350ccc5cc32 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 9 Apr 2021 10:01:34 +0200 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8340962a4..a0567caa6 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](https://github.com/verdaccio/verdaccio/compare/v5.0.0-alpha.7...v5.0.0) (2021-04-09) + + +### Features + +* prepare release for v5 ([#2175](https://github.com/verdaccio/verdaccio/issues/2175)) ([82c5c4e](https://github.com/verdaccio/verdaccio/commit/82c5c4eb32bfcbf9aec7c96340b226b626526b45)) + ## [5.0.0-alpha.7](https://github.com/verdaccio/verdaccio/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2021-04-08) diff --git a/package.json b/package.json index 0a6115c44..1f1f2f550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "5.0.0-alpha.7", + "version": "5.0.0", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers",