0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore(release): 4.0.0-beta.10

This commit is contained in:
Juan Picado @jotadeveloper 2019-05-20 21:31:42 +02:00
parent 8cf3966d5c
commit 81ee0fa3f2
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 10 additions and 1 deletions

View file

@ -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.
# [4.0.0-beta.10](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2019-05-20)
### Bug Fixes
* add missing pkg version and name on start up ([8cf3966](https://github.com/verdaccio/verdaccio/commit/8cf3966))
# [4.0.0-beta.9](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2019-05-20)

View file

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