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

chore(release): 3.0.0-beta.6

This commit is contained in:
Juan Picado @jotadeveloper 2018-04-03 21:33:40 +02:00
parent 58162f9ef3
commit 71ac920efb
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,21 @@
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.
<a name="3.0.0-beta.6"></a>
# [3.0.0-beta.6](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2018-04-03)
### Bug Fixes
* api login use case when user already exist ([6491db4](https://github.com/verdaccio/verdaccio/commit/6491db4))
### Features
* update verdaccio-htpasswd plugin ([3a9c994](https://github.com/verdaccio/verdaccio/commit/3a9c994))
<a name="3.0.0-beta.5"></a>
# [3.0.0-beta.5](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2018-03-26)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",