Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.1...v3.2.0) (2022-02-04)

### Bug Fixes

* new users are active (isActive) by default ([#396](#396)) ([2010ea0](2010ea0))
* special icon and info for empty acl list ([#398](#398)) ([3fea057](3fea057))
* use fullName of scopes in userlists ([#397](#397)) ([3dd1955](3dd1955))

### Features

* adds edit and delete functionality to userlist ([#399](#399)) ([69d3c17](69d3c17))
  • Loading branch information
semantic-release-bot committed Feb 4, 2022
1 parent 253d160 commit 6c69854
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 @@
# [3.2.0](https://github.com/projectcaluma/ember-emeis/compare/v3.1.1...v3.2.0) (2022-02-04)


### Bug Fixes

* new users are active (isActive) by default ([#396](https://github.com/projectcaluma/ember-emeis/issues/396)) ([2010ea0](https://github.com/projectcaluma/ember-emeis/commit/2010ea0cc36ea253f0ec70a6f17601ec9caee66e))
* special icon and info for empty acl list ([#398](https://github.com/projectcaluma/ember-emeis/issues/398)) ([3fea057](https://github.com/projectcaluma/ember-emeis/commit/3fea057cde88f721ee397fe7257d5bbba70cc106))
* use fullName of scopes in userlists ([#397](https://github.com/projectcaluma/ember-emeis/issues/397)) ([3dd1955](https://github.com/projectcaluma/ember-emeis/commit/3dd1955854b0b61257295ecfbf3226c480e6e7b8))


### Features

* adds edit and delete functionality to userlist ([#399](https://github.com/projectcaluma/ember-emeis/issues/399)) ([69d3c17](https://github.com/projectcaluma/ember-emeis/commit/69d3c17fe52eb2119b733f549b93bd5b72e3897b))

## [3.1.1](https://github.com/projectcaluma/ember-emeis/compare/v3.1.0...v3.1.1) (2022-01-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-emeis",
"version": "3.1.1",
"version": "3.2.0",
"description": "The frontend for the emeis user management service",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6c69854

Please sign in to comment.