diff --git a/bower.json b/bower.json index 6b99d8b2..6686e5b3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-binding", - "version": "2.2.1", + "version": "2.2.2", "description": "A modern databinding library for JavaScript and HTML.", "license": "MIT", "keywords": [ diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c0047356..60585071 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [2.2.2](https://github.com/aurelia/binding/compare/2.2.0...2.2.2) (2019-03-19) + + +### Bug Fixes + +* **all:** change es2015 back to native-modules ([13dd661](https://github.com/aurelia/binding/commit/13dd661)) +* **build:** don't build declaration ([d359e83](https://github.com/aurelia/binding/commit/d359e83)) +* **connectable-binding:** remove the silent limit of 100 observers per expression ([56ba36d](https://github.com/aurelia/binding/commit/56ba36d)), closes [#742](https://github.com/aurelia/binding/issues/742) + + + ## [2.2.1](https://github.com/aurelia/binding/compare/2.2.0...2.2.1) (2019-03-18) diff --git a/package.json b/package.json index 8a8c0f4b..c7ecb25f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-binding", - "version": "2.2.1", + "version": "2.2.2", "description": "A modern databinding library for JavaScript and HTML.", "keywords": [ "aurelia",