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.3

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-28 15:33:44 +02:00
parent 40679aae9a
commit e6690aadbe
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
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.3](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2019-04-28)
### Bug Fixes
* logo field in configuration cannot use the local file ([56c70d4](https://github.com/verdaccio/verdaccio/commit/56c70d4))
* **ui:** version rendering issue ([40679aa](https://github.com/verdaccio/verdaccio/commit/40679aa))
# [4.0.0-beta.2](https://github.com/verdaccio/verdaccio/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2019-04-26)

View file

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