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

chore(release): 4.2.2

This commit is contained in:
Juan Picado @jotadeveloper 2019-08-25 19:18:15 +02:00
parent 37530ac0fd
commit e7b75646de
No known key found for this signature in database
GPG key ID: 15AA875EF3768142
3 changed files with 12 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"files": null,
"lines": null
},
"generated_at": "2019-08-20T08:33:48Z",
"generated_at": "2019-08-25T17:18:29Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
@ -2973,5 +2973,5 @@
}
]
},
"version": "0.12.2"
"version": "0.12.4"
}

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.2.2](https://github.com/verdaccio/verdaccio/compare/v4.2.1...v4.2.2) (2019-08-25)
### Bug Fixes
* mkdir failed and ec2 infinitely re-launch ([342d284](https://github.com/verdaccio/verdaccio/commit/342d284))
* update @verdaccio/ui-theme@0.2.3 ([#1451](https://github.com/verdaccio/verdaccio/issues/1451))
* use test + mkdir for strict dir check ([9006146](https://github.com/verdaccio/verdaccio/commit/9006146))
### [4.2.1](https://github.com/verdaccio/verdaccio/compare/v4.2.0...v4.2.1) (2019-08-10)

View file

@ -1,6 +1,6 @@
{
"name": "verdaccio",
"version": "4.2.1",
"version": "4.2.2",
"description": "A lightweight private npm proxy registry",
"author": {
"name": "Verdaccio Maintainers",