Skip to content

Commit

Permalink
chore(all): add latest build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaEffect committed May 2, 2019
1 parent 8572ffe commit afecce8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-binding",
"version": "2.3.1",
"version": "2.3.2",
"description": "A modern databinding library for JavaScript and HTML.",
"license": "MIT",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,15 @@
<a name="2.3.2"></a>
## [2.3.2](https://github.com/aurelia/binding/compare/2.2.0...2.3.2) (2019-05-02)


### 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)



<a name="2.3.1"></a>
## [2.3.1](https://github.com/aurelia/binding/compare/2.2.0...2.3.1) (2019-04-10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-binding",
"version": "2.3.1",
"version": "2.3.2",
"description": "A modern databinding library for JavaScript and HTML.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit afecce8

Please sign in to comment.