0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

chore(release): 4.0.0-beta.8

This commit is contained in:
Juan Picado @jotadeveloper 2019-05-07 20:59:05 +02:00
parent 3c691329c7
commit daa7e897b6
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.8](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2019-05-07)
### Bug Fixes
* update lock file ([3c69132](https://github.com/verdaccio/verdaccio/commit/3c69132))
# [4.0.0-beta.7](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2019-05-07)

View file

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