Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2022-07-05)

### Bug Fixes

* **data-table:** fix search bar width ([#521](#521)) ([6009e0d](6009e0d))
* **emeisOptions:** save access on options properties ([#519](#519)) ([a990be3](a990be3))

### Features

* **data-table:** show entry count on list views ([#520](#520)) ([4a36b53](4a36b53))
  • Loading branch information
semantic-release-bot committed Jul 5, 2022
1 parent 6009e0d commit 9c5775f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [6.1.0](https://github.com/projectcaluma/ember-emeis/compare/v6.0.0...v6.1.0) (2022-07-05)


### Bug Fixes

* **data-table:** fix search bar width ([#521](https://github.com/projectcaluma/ember-emeis/issues/521)) ([6009e0d](https://github.com/projectcaluma/ember-emeis/commit/6009e0d139dbccf243db80f848b4cb781ed0a4be))
* **emeisOptions:** save access on options properties ([#519](https://github.com/projectcaluma/ember-emeis/issues/519)) ([a990be3](https://github.com/projectcaluma/ember-emeis/commit/a990be35429c3976bf96447b523c5798d42e5395))


### Features

* **data-table:** show entry count on list views ([#520](https://github.com/projectcaluma/ember-emeis/issues/520)) ([4a36b53](https://github.com/projectcaluma/ember-emeis/commit/4a36b530ca4f41ee41e8a992b614201b4c1d543a))

# [6.0.0](https://github.com/projectcaluma/ember-emeis/compare/v5.1.0...v6.0.0) (2022-07-04)


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

0 comments on commit 9c5775f

Please sign in to comment.