Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2022-01-27)

### Bug Fixes

* don't fetch ACLs when user doesn't exist yet ([#385](#385)) ([b407b5e](b407b5e))
* error handling decorator for ember-concurrency tasks ([#386](#386)) ([63b8704](63b8704))
* tree control search and expansion ([#387](#387)) ([98adf1c](98adf1c))
* use full-name in parent scope selection ([#389](#389)) ([f54d27a](f54d27a))
* use intl translation ([#394](#394)) ([2bb4942](2bb4942))
  • Loading branch information
semantic-release-bot committed Jan 27, 2022
1 parent 2bb4942 commit ecb47a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.1.1](https://github.com/projectcaluma/ember-emeis/compare/v3.1.0...v3.1.1) (2022-01-27)


### Bug Fixes

* don't fetch ACLs when user doesn't exist yet ([#385](https://github.com/projectcaluma/ember-emeis/issues/385)) ([b407b5e](https://github.com/projectcaluma/ember-emeis/commit/b407b5e1f5248ad21c14472492ed4de18c22cf5f))
* error handling decorator for ember-concurrency tasks ([#386](https://github.com/projectcaluma/ember-emeis/issues/386)) ([63b8704](https://github.com/projectcaluma/ember-emeis/commit/63b8704039985c2f45edf7cc2b356448d4198bcf))
* tree control search and expansion ([#387](https://github.com/projectcaluma/ember-emeis/issues/387)) ([98adf1c](https://github.com/projectcaluma/ember-emeis/commit/98adf1c094bc23b4de866979517651dc342eed66))
* use full-name in parent scope selection ([#389](https://github.com/projectcaluma/ember-emeis/issues/389)) ([f54d27a](https://github.com/projectcaluma/ember-emeis/commit/f54d27ac5af790ac1db144ee620c44f2c55c7f6e))
* use intl translation ([#394](https://github.com/projectcaluma/ember-emeis/issues/394)) ([2bb4942](https://github.com/projectcaluma/ember-emeis/commit/2bb49428255a760241df511e601eebe61a434535))

## [2.1.1](https://github.com/projectcaluma/ember-emeis/compare/v2.1.0...v2.1.1) (2021-12-13)


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-emeis",
"version": "3.1.0",
"version": "3.1.1",
"description": "The frontend for the emeis user management service",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit ecb47a9

Please sign in to comment.