mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore(release): 5.33.0
This commit is contained in:
parent
fd7fd2fa7b
commit
c3f171bfba
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
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.33.0](https://github.com/verdaccio/verdaccio/compare/v5.32.2...v5.33.0) (2024-11-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency @cypress/request to v3.0.5 ([#4830](https://github.com/verdaccio/verdaccio/issues/4830)) ([5e16f89](https://github.com/verdaccio/verdaccio/commit/5e16f89d1796a412b71d83fc1088117dd4e69d2b))
|
||||
* **deps:** update dependency async to v3.2.6 ([#4831](https://github.com/verdaccio/verdaccio/issues/4831)) ([3ce57aa](https://github.com/verdaccio/verdaccio/commit/3ce57aa4a82f84f45848f34641e92bf2741647ef))
|
||||
* update dependencies 5.x ([#4964](https://github.com/verdaccio/verdaccio/issues/4964)) ([fd7fd2f](https://github.com/verdaccio/verdaccio/commit/fd7fd2fa7b458551262d34efa72fb0b35b0ab3fd))
|
||||
|
||||
### [5.32.2](https://github.com/verdaccio/verdaccio/compare/v5.32.1...v5.32.2) (2024-09-12)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "verdaccio",
|
||||
"version": "5.32.2",
|
||||
"version": "5.33.0",
|
||||
"description": "A lightweight private npm proxy registry",
|
||||
"author": {
|
||||
"name": "Verdaccio Maintainers",
|
||||
|
|
Loading…
Reference in a new issue