From e7b31680d4c5f4af221d21236f5bcfbcfd353d0e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 May 2021 08:37:38 +0000 Subject: [PATCH] chore(release): 2.0.1 ## [2.0.1](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v2.0.0...v2.0.1) (2021-05-10) ### Bug Fixes * **municipalities:** move municipalities out of env since this is not read and move into a model file ([480691e](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/480691ef59ac3556dea9542f43a5901c10c736ca)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2e7c80..c2335697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v2.0.0...v2.0.1) (2021-05-10) + + +### Bug Fixes + +* **municipalities:** move municipalities out of env since this is not read and move into a model file ([480691e](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/480691ef59ac3556dea9542f43a5901c10c736ca)) + # [2.0.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.10.2...v2.0.0) (2021-05-06) diff --git a/package.json b/package.json index 00718048..5c4bce60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ebau-gwr", - "version": "2.0.0", + "version": "2.0.1", "description": "Ember engine to integrate ebau-gwr into an ember app.", "keywords": [ "ember-addon",