diff --git a/CHANGELOG.md b/CHANGELOG.md index f3312f4..080b967 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## 0.32.0 (2024-10-31) + +* feat: use login_hint param for identifier value if provided ([43dfc2a](https://github.com/PlusAuth/plusauth-widget/commit/43dfc2a)) +* chore: update dependencies ([e0455a4](https://github.com/PlusAuth/plusauth-widget/commit/e0455a4)) + ## [0.31.1](https://github.com/PlusAuth/plusauth-widget/compare/v0.31.0...v0.31.1) (2024-10-15) diff --git a/package.json b/package.json index f111241..1607355 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/plusauth-widget", - "version": "0.31.1", + "version": "0.32.0", "type": "module", "main": "dist/plusauth-widget.min.js", "module": "dist/plusauth-widget.esm.js",