diff --git a/History.md b/History.md index 3acdb1565..d65b3c260 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,8 @@ +5 Dec 2014, version 1.0.0-alpha.3 + +- Fixed an issue with scoped packages in tarballs + 25 Nov 2014, version 1.0.0-alpha - Config file is now created in `$XDG_CONFIG_HOME` instead of current directory. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2ffade24d..fa1571bf4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sinopia", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "dependencies": { "async": { "version": "0.9.0", diff --git a/package.yaml b/package.yaml index 7dd5dfc93..730689317 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.0.0-alpha.2 +version: 1.0.0-alpha.3 description: Private npm repository server author: