diff --git a/clients/.changeset/calm-bugs-warn.md b/clients/.changeset/calm-bugs-warn.md deleted file mode 100644 index 9600df7675..0000000000 --- a/clients/.changeset/calm-bugs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@polar-sh/checkout': patch ---- - -Implement security mechanism to avoid XSS vulnerabilities diff --git a/clients/.changeset/fuzzy-maps-smoke.md b/clients/.changeset/fuzzy-maps-smoke.md deleted file mode 100644 index 849df2be15..0000000000 --- a/clients/.changeset/fuzzy-maps-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@polar-sh/checkout': patch ---- - -prevent `init()` from wiring the click event listener several times diff --git a/clients/packages/checkout/CHANGELOG.md b/clients/packages/checkout/CHANGELOG.md index 99902ebe31..2717fd0dc9 100644 --- a/clients/packages/checkout/CHANGELOG.md +++ b/clients/packages/checkout/CHANGELOG.md @@ -1,5 +1,12 @@ # @polar-sh/checkout +## 0.1.3 + +### Patch Changes + +- e67a4cb: Implement security mechanism to avoid XSS vulnerabilities +- 4bb3bb3: prevent `init()` from wiring the click event listener several times + ## 0.1.2 ### Patch Changes diff --git a/clients/packages/checkout/package.json b/clients/packages/checkout/package.json index 9359c816a4..b33b7d1d47 100644 --- a/clients/packages/checkout/package.json +++ b/clients/packages/checkout/package.json @@ -4,7 +4,7 @@ "author": "Polar", "license": "Apache-2.0", "type": "module", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "dev": "tsup --watch", "build": "tsup --minify terser --sourcemap"