0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore(release): 2.5.1

This commit is contained in:
Juan Picado @jotadeveloper 2017-10-01 15:31:12 +02:00
parent 045e973597
commit fb8f4cc4c2
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.
<a name="2.5.1"></a>
## [2.5.1](https://github.com/verdaccio/verdaccio/compare/v2.5.0...v2.5.1) (2017-10-01)
### Bug Fixes
* fix docker build failure due breaking changes in yarn ([c62e90f](https://github.com/verdaccio/verdaccio/commit/c62e90f))
<a name="2.5.0"></a>
# [2.5.0](https://github.com/verdaccio/verdaccio/compare/v2.3.6...v2.5.0) (2017-10-01)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "2.5.0",
"version": "2.5.1",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",