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

This commit is contained in:
Juan Picado @jotadeveloper 2018-03-18 16:26:18 +01:00
parent 92b45a1944
commit 768ce6a882
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 31 additions and 1 deletions

View file

@ -2,6 +2,36 @@
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.4"></a>
# [3.0.0-beta.4](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.2...v3.0.0-beta.4) (2018-03-18)
### Bug Fixes
* add teardown for unit test ([036120b](https://github.com/verdaccio/verdaccio/commit/036120b))
### Features
* add strict_ssl_option, fixes [#587](https://github.com/verdaccio/verdaccio/issues/587) ([f0fef44](https://github.com/verdaccio/verdaccio/commit/f0fef44))
<a name="3.0.0-beta.3"></a>
# [3.0.0-beta.3](https://github.com/verdaccio/verdaccio/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2018-03-18)
### Bug Fixes
* add teardown for unit test ([036120b](https://github.com/verdaccio/verdaccio/commit/036120b))
### Features
* add strict_ssl_option, fixes [#587](https://github.com/verdaccio/verdaccio/issues/587) ([f0fef44](https://github.com/verdaccio/verdaccio/commit/f0fef44))
<a name="3.0.0-alpha.0"></a>
# [3.0.0-alpha.0](https://github.com/verdaccio/verdaccio/compare/v3.0.0-0...v3.0.0-alpha.0) (2018-01-07)

View file

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