Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.10.2...v2.0.0) (2021-05-06)

### Bug Fixes

* **project-table:** cast eproid from data model to number for comparison ([6a15404](6a15404))

### Features

* **login:** add municipality select to login ([226a9b6](226a9b6))

### BREAKING CHANGES

* **login:** rename `municipalityId` to `municipality` in config
  • Loading branch information
semantic-release-bot committed May 6, 2021
1 parent 9623c2d commit b279c6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.10.2...v2.0.0) (2021-05-06)


### Bug Fixes

* **project-table:** cast eproid from data model to number for comparison ([6a15404](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/6a154043c39507533035cb5b20fe4543444029e0))


### Features

* **login:** add municipality select to login ([226a9b6](https://github.com/adfinis-sygroup/ember-ebau-gwr/commit/226a9b6e86c3d8fee98ba61be279f09a9eb7264c))


### BREAKING CHANGES

* **login:** rename `municipalityId` to `municipality` in config

## [1.10.2](https://github.com/adfinis-sygroup/ember-ebau-gwr/compare/v1.10.1...v1.10.2) (2021-04-27)


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-ebau-gwr",
"version": "1.10.2",
"version": "2.0.0",
"description": "Ember engine to integrate ebau-gwr into an ember app.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit b279c6d

Please sign in to comment.