Skip to content

Commit

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

### Bug Fixes

* change top height back to 55px ([551af62](551af62))

### Features

* add ability to delete an email and a basic modal for confirming ([cd0d888](cd0d888))
* add initial delete button ([a1d1368](a1d1368))
* add logout icon ([1f92764](1f92764))
* cleans up styling for delete modal ([3ff6576](3ff6576))
* only perform scroll to selected email on filter change ([9c194d3](9c194d3))
  • Loading branch information
semantic-release-bot committed Jun 27, 2023
1 parent 5e773ec commit fc0b54f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-beta.31](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2023-06-27)


### Bug Fixes

* change top height back to 55px ([551af62](https://github.com/ajyey/masked-email-manager/commit/551af62d6a1dd58ea249c7b1cc9fa1e42c6e7c86))


### Features

* add ability to delete an email and a basic modal for confirming ([cd0d888](https://github.com/ajyey/masked-email-manager/commit/cd0d8885c83af14877163dcee1b3e35b8d021ae8))
* add initial delete button ([a1d1368](https://github.com/ajyey/masked-email-manager/commit/a1d1368ca68f55c983b36a30467a874afb7fce68))
* add logout icon ([1f92764](https://github.com/ajyey/masked-email-manager/commit/1f92764f4cdd7f58fcae189cb159e590e07594f7))
* cleans up styling for delete modal ([3ff6576](https://github.com/ajyey/masked-email-manager/commit/3ff6576544580325ac682021836172f4616f513f))
* only perform scroll to selected email on filter change ([9c194d3](https://github.com/ajyey/masked-email-manager/commit/9c194d31dfc331ad209058d19f6fb9acf4ff4fe1))

# [1.0.0-beta.30](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2023-06-27)


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.30",
"version": "1.0.0-beta.31",
"description": "A web extension to manage your fastmail masked emails",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fc0b54f

Please sign in to comment.