Skip to content

Commit 7c0dfe6

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2025-08-27) ### Bug Fixes * **security:** prevent XSS by escaping HTML in Open Graph meta tags ([07a52f5](07a52f5))
1 parent 0747e95 commit 7c0dfe6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.2](https://github.com/adobe/rum-proxy/compare/v1.3.1...v1.3.2) (2025-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **security:** prevent XSS by escaping HTML in Open Graph meta tags ([07a52f5](https://github.com/adobe/rum-proxy/commit/07a52f51bb6aa8c70ea06b0d9592958be70c5061))
7+
18
## [1.3.1](https://github.com/adobe/rum-proxy/compare/v1.3.0...v1.3.1) (2025-01-14)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rum-proxy",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"description": "RUM Explorer proxy for og images & more",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)