Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.3...v2.1.0) (2019-07-09)

### Bug Fixes

* **deps:** update dependency ember-auto-import to v1.5.0 ([67a1328](67a1328))
* **deps:** update dependency ember-fetch to v6.7.0 ([c2a0d5a](c2a0d5a))
* **deps:** update dependency ember-intl to v4.0.1 ([2f3c772](2f3c772))
* **form:** fix removing of empty answers ([bd6eb15](bd6eb15))

### Features

* add format validation to text and textarea ([de6d46f](de6d46f))
  • Loading branch information
semantic-release-bot committed Jul 9, 2019
1 parent 30fdb85 commit c66ffa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/projectcaluma/ember-caluma/compare/v2.0.3...v2.1.0) (2019-07-09)


### Bug Fixes

* **deps:** update dependency ember-auto-import to v1.5.0 ([67a1328](https://github.com/projectcaluma/ember-caluma/commit/67a1328))
* **deps:** update dependency ember-fetch to v6.7.0 ([c2a0d5a](https://github.com/projectcaluma/ember-caluma/commit/c2a0d5a))
* **deps:** update dependency ember-intl to v4.0.1 ([2f3c772](https://github.com/projectcaluma/ember-caluma/commit/2f3c772))
* **form:** fix removing of empty answers ([bd6eb15](https://github.com/projectcaluma/ember-caluma/commit/bd6eb15))


### Features

* add format validation to text and textarea ([de6d46f](https://github.com/projectcaluma/ember-caluma/commit/de6d46f))

## [2.0.3](https://github.com/projectcaluma/ember-caluma/compare/v2.0.2...v2.0.3) (2019-07-05)


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

0 comments on commit c66ffa2

Please sign in to comment.