We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e3a49 commit 5953c78Copy full SHA for 5953c78
CHANGELOG.md
@@ -1,5 +1,9 @@
1
2
3
+## <small>0.33.1 (2024-12-04)</small>
4
+
5
+* fix: invalid key used for watching locale changes ([46e3a49](https://github.com/PlusAuth/plusauth-widget/commit/46e3a49))
6
7
## 0.33.0 (2024-12-04)
8
9
* chore: include locales in dev script ([4519e3e](https://github.com/PlusAuth/plusauth-widget/commit/4519e3e))
package.json
@@ -1,6 +1,6 @@
{
"name": "@plusauth/plusauth-widget",
- "version": "0.33.0",
+ "version": "0.33.1",
"type": "module",
"main": "dist/plusauth-widget.min.js",
"module": "dist/plusauth-widget.esm.js",
0 commit comments