From 816932e02f46b60db3196b1efa0396f9b9ae27cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2019 09:27:25 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03a28157..6a4b216f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 51144edfe..7623c769b 100644 --- a/package.json +++ b/package.json @@ -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",