diff --git a/.changeset/real-ducks-talk.md b/.changeset/real-ducks-talk.md deleted file mode 100644 index 2ab62c5d4..000000000 --- a/.changeset/real-ducks-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix types for onsecuritypolicyviolation native attribute. diff --git a/.changeset/shy-mirrors-peel.md b/.changeset/shy-mirrors-peel.md deleted file mode 100644 index c03eb0f61..000000000 --- a/.changeset/shy-mirrors-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Fix types for tag attribute tags. diff --git a/package-lock.json b/package-lock.json index d66fdf9ca..1f1ee7a73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11636,7 +11636,7 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.32.2", + "version": "5.32.3", "license": "MIT", "dependencies": { "@marko/compiler": "^5.34.2", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index b60b09366..dc48494ac 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 5.32.3 + +### Patch Changes + +- [#2071](https://github.com/marko-js/marko/pull/2071) [`652b7aa16`](https://github.com/marko-js/marko/commit/652b7aa1608ace877e713ce43486fca1b0a0400b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix types for onsecuritypolicyviolation native attribute. + +- [#2071](https://github.com/marko-js/marko/pull/2071) [`652b7aa16`](https://github.com/marko-js/marko/commit/652b7aa1608ace877e713ce43486fca1b0a0400b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix types for tag attribute tags. + ## 5.32.2 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index b045871dc..0cdfef04b 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.32.2", + "version": "5.32.3", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end",