Skip to content

Commit

Permalink
chore(all): merge latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaEffect committed Mar 23, 2019
1 parent 8930f20 commit abc33f7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 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.3.3",
"version": "1.4.0",
"description": "Validation for Aurelia applications",
"keywords": [
"aurelia",
Expand Down
23 changes: 23 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 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)



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

0 comments on commit abc33f7

Please sign in to comment.