Skip to content

Commit

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

### Bug Fixes

* css and missing onchange handler for token input ([3d43512](3d43512))
* form submission for login component by useing e.prevent default ([340f8a7](340f8a7))

### Features

* add ability to login and be navigated to home ([59e0f77](59e0f77))
* wip - make login component better ([c242d73](c242d73))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 8f2221e commit 44a2ed4
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 @@
# [1.0.0-beta.16](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-06-21)


### Bug Fixes

* css and missing onchange handler for token input ([3d43512](https://github.com/ajyey/masked-email-manager/commit/3d43512dab526002f11b465688619f05ab7468c7))
* form submission for login component by useing e.prevent default ([340f8a7](https://github.com/ajyey/masked-email-manager/commit/340f8a7a26a522aa11fbe2fa2428232c96f7b14b))


### Features

* add ability to login and be navigated to home ([59e0f77](https://github.com/ajyey/masked-email-manager/commit/59e0f775e81977417a81d8fa3c4bfea01cfa80de))
* wip - make login component better ([c242d73](https://github.com/ajyey/masked-email-manager/commit/c242d735b305483325f0771865febb74ac1eeebc))

# [1.0.0-beta.15](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.14...v1.0.0-beta.15) (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.15",
"version": "1.0.0-beta.16",
"description": "A web extension to manage your fastmail masked emails",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 44a2ed4

Please sign in to comment.