We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632f04f commit 5e59ad8Copy full SHA for 5e59ad8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.39.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.38.0...v0.39.0) (2025-07-08)
4
+
5
+### Features
6
7
+* append widget version to user agent ([632f04f](https://github.com/PlusAuth/plusauth-widget/commit/632f04f64809c99cf67e5801006657977e622507))
8
9
## [0.38.0](https://github.com/PlusAuth/plusauth-widget/compare/v0.37.1...v0.38.0) (2025-07-08)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@plusauth/plusauth-widget",
- "version": "0.38.0",
+ "version": "0.39.0",
"type": "module",
"main": "dist/plusauth-widget.min.js",
"module": "dist/plusauth-widget.esm.js",
0 commit comments