Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.4...v2.0.0) (2019-07-02)

### Features

* **lib:** support flat answers ([b602056](b602056))

### BREAKING CHANGES

* **lib:** The whole lib layer changed since we moved to the new
API structure. However, the cf-content component still works the same
way as before.
  • Loading branch information
semantic-release-bot committed Jul 2, 2019
1 parent b602056 commit 816932e
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.0.0](https://github.com/projectcaluma/ember-caluma/compare/v1.2.4...v2.0.0) (2019-07-02)


### Features

* **lib:** support flat answers ([b602056](https://github.com/projectcaluma/ember-caluma/commit/b602056))


### BREAKING CHANGES

* **lib:** The whole lib layer changed since we moved to the new
API structure. However, the cf-content component still works the same
way as before.

## [1.2.4](https://github.com/projectcaluma/ember-caluma/compare/v1.2.3...v1.2.4) (2019-07-02)


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

0 comments on commit 816932e

Please sign in to comment.