From 313f69803bcb7d822ea0f87b4f5feb81e3375aa6 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Thu, 28 Jan 2016 17:00:23 -0500 Subject: [PATCH] chore(all): prepare release 1.0.0-beta.1.1.1 --- bower.json | 2 +- config.js | 4 ++-- doc/CHANGELOG.md | 4 ++++ package.json | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 129f040..749053b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-history", - "version": "1.0.0-beta.1.1.0", + "version": "1.0.0-beta.1.1.1", "description": "An abstract module which specifies the interface for history implementations used by a router.", "keywords": [ "aurelia", diff --git a/config.js b/config.js index 4751cfa..8e4fc87 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ System.config({ map: { "babel": "npm:babel-core@5.8.23", "babel-runtime": "npm:babel-runtime@5.8.20", - "core-js": "npm:core-js@1.2.6", + "core-js": "npm:core-js@2.0.3", "traceur": "github:jmcriffey/bower-traceur@0.0.91", "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.91", "github:jspm/nodelibs-assert@0.1.0": { @@ -36,7 +36,7 @@ System.config({ "npm:babel-runtime@5.8.20": { "process": "github:jspm/nodelibs-process@0.1.2" }, - "npm:core-js@1.2.6": { + "npm:core-js@2.0.3": { "fs": "github:jspm/nodelibs-fs@0.1.2", "path": "github:jspm/nodelibs-path@0.1.0", "process": "github:jspm/nodelibs-process@0.1.2", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 8735ecd..f6a9953 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.0-beta.1.1.1 (2016-01-28) + +* update core-js + ### 1.0.0-beta.1.1.0 (2016-01-28) diff --git a/package.json b/package.json index 1bc4cda..30a3672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-history", - "version": "1.0.0-beta.1.1.0", + "version": "1.0.0-beta.1.1.1", "description": "An abstract module which specifies the interface for history implementations used by a router.", "keywords": [ "aurelia", @@ -31,9 +31,9 @@ "dist": "dist/amd" }, "devDependencies": { - "babel": "npm:babel-core@^5.1.13", - "babel-runtime": "npm:babel-runtime@^5.1.13", - "core-js": "npm:core-js@^1.2.6" + "babel": "babel-core@^5.1.13", + "babel-runtime": "^5.1.13", + "core-js": "^2.0.3" } }, "devDependencies": {