Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](v2.1.2...v2.1.3) (2019-07-24)

### Bug Fixes

* **deps:** update dependency sass to v1.22.4 ([74d2810](74d2810))
* **deps:** update jexl ([8040e05](8040e05))
* **form:** fix premature access to validators which are not yet fetched ([df6a6e6](df6a6e6))
* **form:** fix removing of table rows ([5ea7881](5ea7881))
* **jexl:** fix handling of whitespace characters ([f783909](f783909))
* **performance:** improve loading performance and caching ([7bcedab](7bcedab))
* **performance:** improve performance of state calculations ([cb46c5b](cb46c5b))
* **tests:** add failing test for whitespace jexl expressions ([ba7d236](ba7d236))
  • Loading branch information
semantic-release-bot committed Jul 24, 2019
1 parent 5ea7881 commit f0f9b0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.1.3](https://github.com/projectcaluma/ember-caluma/compare/v2.1.2...v2.1.3) (2019-07-24)


### Bug Fixes

* **deps:** update dependency sass to v1.22.4 ([74d2810](https://github.com/projectcaluma/ember-caluma/commit/74d2810))
* **deps:** update jexl ([8040e05](https://github.com/projectcaluma/ember-caluma/commit/8040e05))
* **form:** fix premature access to validators which are not yet fetched ([df6a6e6](https://github.com/projectcaluma/ember-caluma/commit/df6a6e6))
* **form:** fix removing of table rows ([5ea7881](https://github.com/projectcaluma/ember-caluma/commit/5ea7881))
* **jexl:** fix handling of whitespace characters ([f783909](https://github.com/projectcaluma/ember-caluma/commit/f783909))
* **performance:** improve loading performance and caching ([7bcedab](https://github.com/projectcaluma/ember-caluma/commit/7bcedab))
* **performance:** improve performance of state calculations ([cb46c5b](https://github.com/projectcaluma/ember-caluma/commit/cb46c5b))
* **tests:** add failing test for whitespace jexl expressions ([ba7d236](https://github.com/projectcaluma/ember-caluma/commit/ba7d236))

## [2.1.2](https://github.com/projectcaluma/ember-caluma/compare/v2.1.1...v2.1.2) (2019-07-11)


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": "ember-caluma",
"version": "2.1.2",
"version": "2.1.3",
"description": "The Ember.js addon for Caluma",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f0f9b0b

Please sign in to comment.