Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.11](v1.0.0-beta.10...v1.0.0-beta.11) (2023-06-21)

### Bug Fixes

* add checkmark back in for selected dropdown option ([979dcf4](979dcf4))

### Features

* **filter:** add ability for dropdown icons to be present in the dropdown button ([6b7fd46](6b7fd46))
* add refresh button to TopComponent for refreshing the list of emails ([9ef99c7](9ef99c7))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 9ef99c7 commit 0992495
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 @@
# [1.0.0-beta.11](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-06-21)


### Bug Fixes

* add checkmark back in for selected dropdown option ([979dcf4](https://github.com/ajyey/masked-email-manager/commit/979dcf49cf555b69b9ebcf38b7a1883950c9d234))


### Features

* **filter:** add ability for dropdown icons to be present in the dropdown button ([6b7fd46](https://github.com/ajyey/masked-email-manager/commit/6b7fd46d0e3746855d545d0b433bba9b8dd2e29d))
* add refresh button to TopComponent for refreshing the list of emails ([9ef99c7](https://github.com/ajyey/masked-email-manager/commit/9ef99c7a1792fc35e2aaa6b586884aa88888917a))

# [1.0.0-beta.10](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-06-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "masked-email-manager",
"displayName": "Fastmail Masked Email Manager",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "A web extension to manage your fastmail masked emails",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0992495

Please sign in to comment.