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

chore(release): 2.3.3

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-29 12:04:14 +02:00
parent 94fb6adf4f
commit fd0e9190f2
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.3.3"></a>
## [2.3.3](https://github.com/verdaccio/verdaccio/compare/v2.3.2...v2.3.3) (2017-07-29)
### Bug Fixes
* refactor [#268](https://github.com/verdaccio/verdaccio/issues/268) in a better way, amended to elegant way ([94fb6ad](https://github.com/verdaccio/verdaccio/commit/94fb6ad))
<a name="2.3.2"></a>
## [2.3.2](https://github.com/verdaccio/verdaccio/compare/v2.3.0...v2.3.2) (2017-07-28)

View file

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