diff --git a/History.md b/History.md index e097fdaa..709f5ef9 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,8 @@ +10 May 2015, version 1.3.0 + +- add dist-tags endpoints (issue [#211](https://github.com/rlidwka/sinopia/issues/211)) + 22 Apr 2015, version 1.2.2 - fix access control regression in `1.2.1` (issue [#238](https://github.com/rlidwka/sinopia/issues/238)) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c6b05e85..e70bbed8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sinopia", - "version": "1.2.2", + "version": "1.3.0", "dependencies": { "async": { "version": "0.9.0" diff --git a/package.yaml b/package.yaml index aea229a8..517d44b7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # use "yapm install ." if you're installing this from git repository name: sinopia -version: 1.2.2 +version: 1.3.0 description: Private npm repository server author: