Compare commits

...

2 Commits

Author SHA1 Message Date
Juan Picado @jotadeveloper
b1576e7360 2.3.1 2017-07-25 07:07:24 +02:00
Juan Picado @jotadeveloper
cddfb08ed4 chore: prepare release 2017-07-25 07:07:18 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 2.3.1 (July 25, 2017)
- bug: Detail page can't handle scoped package - [#261](https://github.com/verdaccio/verdaccio/pull/261)
## 2.3.0 (July 22, 2017)
- feature: Refactor User Interface - [#220](https://github.com/verdaccio/verdaccio/pull/220)

View File

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