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

chore(release): 6.0.0-beta.1

This commit is contained in:
Juan Picado 2024-01-07 11:30:09 +01:00
parent 7e7b57869e
commit a098eaf817
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.
## [6.0.0-beta.1](https://github.com/verdaccio/verdaccio/compare/v6.0.0-beta.0...v6.0.0-beta.1) (2024-01-07)
### Bug Fixes
* release script ([7e7b578](https://github.com/verdaccio/verdaccio/commit/7e7b57869e7006d32fa650a0125f080ec1b9387d))
## [6.0.0-beta.0](https://github.com/verdaccio/verdaccio/compare/v5.26.1...v6.0.0-beta.0) (2024-01-07)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",