Skip to content

Commit

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

### Features

* add function for clearing browser sync storage ([aec2d92](aec2d92))
* allow for saving empty domain and description when editing ([63ac38e](63ac38e))
* only allow the user to enter new description up to 127 chars ([bacad1d](bacad1d))
* update layout so that last message at and created at are underneath eachother ([26510de](26510de))
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent 1a7559d commit ebfffd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.0.0-beta.28](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2023-06-26)


### Features

* add function for clearing browser sync storage ([aec2d92](https://github.com/ajyey/masked-email-manager/commit/aec2d92d31f9183e445dff7baff6f0d6f9b0f32d))
* allow for saving empty domain and description when editing ([63ac38e](https://github.com/ajyey/masked-email-manager/commit/63ac38e68d4be8ce880dbf6eba38f0cd991069cc))
* only allow the user to enter new description up to 127 chars ([bacad1d](https://github.com/ajyey/masked-email-manager/commit/bacad1dc92c609c0fb9cd64ccc23a40c5e40f3bc))
* update layout so that last message at and created at are underneath eachother ([26510de](https://github.com/ajyey/masked-email-manager/commit/26510de3f5038dbefab258ee8fdfd100b358e1cc))

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


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

0 comments on commit ebfffd5

Please sign in to comment.