0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

chore(release): 5.7.0

This commit is contained in:
Juan Picado 2022-03-04 19:27:15 +01:00
parent 87e5e74ea4
commit db51c6a350
2 changed files with 8 additions and 1 deletions

View file

@ -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.7.0](https://github.com/verdaccio/verdaccio/compare/v5.6.2...v5.7.0) (2022-03-04)
### Bug Fixes
* **deps:** update dependency @verdaccio/ui-theme to v6.0.0-6-next.20 ([#3028](https://github.com/verdaccio/verdaccio/issues/3028)) ([87e5e74](https://github.com/verdaccio/verdaccio/commit/87e5e74ea472bb107bb0d0c549531cbe4ed626a4))
### [5.6.2](https://github.com/verdaccio/verdaccio/compare/v5.6.1...v5.6.2) (2022-02-26)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "5.6.2",
"version": "5.7.0",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",