From 950cfb2945d5ea6f3198314f98839108eaae8a3a Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Fri, 5 Dec 2014 09:23:57 +0300 Subject: [PATCH] 1.0.0-alpha.3 --- History.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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: