Skip to content

Commit

Permalink
chore: release v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Apr 20, 2024
1 parent dfef284 commit e76429e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [0.28.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.27.0...v0.28.0) (2024-04-20)


### Features

* allow accessing raw response from error ([dfef284](https://github.com/PlusAuth/plusauth-widget/commit/dfef284beef77f4a1cfc61ddc2a65d5a48934111))


### Bug Fixes

* prevent not found image shown for register page ([40a7b51](https://github.com/PlusAuth/plusauth-widget/commit/40a7b51a947eb7e6b0848fe1ae3481db878e4f3c))


### Refactors

* migrate to eslint@9 ([e28cb25](https://github.com/PlusAuth/plusauth-widget/commit/e28cb257db1a64c24e1110eb97d10b62c9dcc6c6))

## [0.27.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.26.0...v0.27.0) (2024-04-05)


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/plusauth-widget",
"version": "0.27.0",
"version": "0.28.0",
"type": "module",
"main": "dist/plusauth-widget.min.js",
"module": "dist/plusauth-widget.esm.js",
Expand Down

0 comments on commit e76429e

Please sign in to comment.