Skip to content

Commit

Permalink
chore: release v0.0.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Jun 11, 2020
1 parent 0d49fa3 commit beb06e2
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 @@
## [0.0.1-alpha.3](https://github.com/PlusAuth/plusauth-widget/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2020-06-11)


### Bug Fixes

* empty body on forgot and reset password requests ([0d49fa3](https://github.com/PlusAuth/plusauth-widget/commit/0d49fa3ea0f8bed94a1e6893e9ac2abc4883d385))
* nested translate arguments are not resolved ([4e5fbae](https://github.com/PlusAuth/plusauth-widget/commit/4e5fbae46210e0a37be8250e4134b80551b6373e))
* wrong message for password required ([731d0f0](https://github.com/PlusAuth/plusauth-widget/commit/731d0f05360850f67b313285ec2b8befc3dd90aa))


### Features

* add email validator ([554861e](https://github.com/PlusAuth/plusauth-widget/commit/554861e893053321d9d3f6231a7a3255552ac6ad))

## [0.0.1-alpha.2](https://github.com/PlusAuth/plusauth-widget/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2020-06-09)


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": "plusauth-widget",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"main": "dist/plusauth-widget.cjs.js",
"module": "dist/plusauth-widget.esm.js",
"browser": "dist/plusauth-widget.min.js",
Expand Down

0 comments on commit beb06e2

Please sign in to comment.