Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 9, 2019
1 parent 86ed521 commit d3a2998
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 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": "1.4.0",
"version": "1.5.0",
"description": "Validation for Aurelia applications",
"keywords": [
"aurelia",
Expand Down
50 changes: 27 additions & 23 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [1.4.0](https://github.com/aurelia/validation/compare/1.3.3...1.4.0) (2019-03-22)


### Bug Fixes

* **build:** adjust umd build, add umd-es2015 ([895b149](https://github.com/aurelia/validation/commit/895b149))
* **ci:** remove circle ci config ([5f9cf3c](https://github.com/aurelia/validation/commit/5f9cf3c))
* **ci:** update ci config ([306b935](https://github.com/aurelia/validation/commit/306b935))
* **ci:** update circleci ([cc54202](https://github.com/aurelia/validation/commit/cc54202))
* **ci:** use v2.1 ([71074ef](https://github.com/aurelia/validation/commit/71074ef))
* **package:** fix unpkg field ([2635ecd](https://github.com/aurelia/validation/commit/2635ecd))


### Features

* **ValidationRules:** add number validation rules ([f67cf59](https://github.com/aurelia/validation/commit/f67cf59)), closes [#440](https://github.com/aurelia/validation/issues/440)



# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.5.0](https://github.com/aurelia/validation/compare/1.4.0...1.5.0) (2019-08-09)

* Update type definitions for compatibility with latest dependency-injection release.

# [1.4.0](https://github.com/aurelia/validation/compare/1.3.3...1.4.0) (2019-03-22)


### Bug Fixes

* **build:** adjust umd build, add umd-es2015 ([895b149](https://github.com/aurelia/validation/commit/895b149))
* **ci:** remove circle ci config ([5f9cf3c](https://github.com/aurelia/validation/commit/5f9cf3c))
* **ci:** update ci config ([306b935](https://github.com/aurelia/validation/commit/306b935))
* **ci:** update circleci ([cc54202](https://github.com/aurelia/validation/commit/cc54202))
* **ci:** use v2.1 ([71074ef](https://github.com/aurelia/validation/commit/71074ef))
* **package:** fix unpkg field ([2635ecd](https://github.com/aurelia/validation/commit/2635ecd))


### Features

* **ValidationRules:** add number validation rules ([f67cf59](https://github.com/aurelia/validation/commit/f67cf59)), closes [#440](https://github.com/aurelia/validation/issues/440)



<a name="1.3.3"></a>
## [1.3.3](https://github.com/aurelia/validation/compare/1.3.2...1.3.3) (2019-01-19)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.4.0",
"version": "1.5.0",
"description": "Validation for Aurelia applications",
"keywords": [
"aurelia",
Expand Down

0 comments on commit d3a2998

Please sign in to comment.