Skip to content

Commit

Permalink
chore(all): prepare release 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 4, 2016
1 parent ffcc5d5 commit 7f42cd1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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-validation",
"version": "0.6.7",
"version": "0.6.8",
"description": "A validation plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ System.config({
},

map: {
"aurelia-binding": "npm:[email protected].3",
"aurelia-binding": "npm:[email protected].4",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-loader": "npm:[email protected]",
"aurelia-logging": "npm:[email protected]",
Expand Down Expand Up @@ -42,7 +42,7 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected].3": {
"npm:[email protected].4": {
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
Expand Down Expand Up @@ -70,7 +70,7 @@ System.config({
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-binding": "npm:[email protected].3",
"aurelia-binding": "npm:[email protected].4",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-loader": "npm:[email protected]",
"aurelia-logging": "npm:[email protected]",
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.6.8 (2016-05-04)


### 0.6.7 (2016-04-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-validation",
"version": "0.6.7",
"version": "0.6.8",
"description": "A validation plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 7f42cd1

Please sign in to comment.