Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 28, 2016
1 parent 15575d4 commit 313f698
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 313f698

Please sign in to comment.