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

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-06 15:00:46 +02:00
parent f730e7ac9c
commit 41c3ecd84a
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
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-alpha.7](https://github.com/verdaccio/verdaccio/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2019-04-06)
### Bug Fixes
* package.json to reduce vulnerabilities ([d99053e](https://github.com/verdaccio/verdaccio/commit/d99053e))
### Features
* theme as plugin ([#1252](https://github.com/verdaccio/verdaccio/issues/1252)) ([c3c6202](https://github.com/verdaccio/verdaccio/commit/c3c6202))
<a name="4.0.0-alpha.6"></a>
# [4.0.0-alpha.6](https://github.com/verdaccio/verdaccio/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2019-03-30)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"description": "npm private proxy registry server",
"author": {
"name": "Verdaccio Maintainers",