Skip to content

Commit

Permalink
chore(release): prepare release 0.4.0
Browse files Browse the repository at this point in the history
Release updates to latest Aurelia releases as well as a few minor
updates and fixes.
  • Loading branch information
plwalters committed Oct 13, 2015
1 parent f8a8729 commit 791ca67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.3.1",
"version": "0.4.0",
"description": "A validation plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.4.0 (2015-10-13)


#### Bug Fixes

* **update:** update to latest release names ([f8a87298](https://github.com/aurelia/validation/commit/f8a87298ec3889541212ba7c56d7697caa1ac5f7), closes [#156](https://github.com/aurelia/validation/issues/156))
* **validation-rules:** convert numbers to strings where their length is validated ([38a50bd0](https://github.com/aurelia/validation/commit/38a50bd06a884dac43ec8439e27eb1f8541990a4), closes [#136](https://github.com/aurelia/validation/issues/136))


### 0.3.1 (2015-09-19)

#### Breaking Changes
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.3.1",
"version": "0.4.0",
"description": "A validation plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 791ca67

Please sign in to comment.