diff --git a/.changeset/afraid-dolls-walk.md b/.changeset/afraid-dolls-walk.md deleted file mode 100644 index d6dfe7d7..00000000 --- a/.changeset/afraid-dolls-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -fix external type definitions of `renderToString` diff --git a/.changeset/early-rules-nail.md b/.changeset/early-rules-nail.md deleted file mode 100644 index 433c2f3b..00000000 --- a/.changeset/early-rules-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Remove incorrect second default export from jsx.d.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a03deb6..052b3542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # preact-render-to-string +## 6.3.2 + +### Patch Changes + +- [#326](https://github.com/preactjs/preact-render-to-string/pull/326) [`87d8c21`](https://github.com/preactjs/preact-render-to-string/commit/87d8c21e61c8fb9c1ec9d8d69a826bfb3e5db9af) Thanks [@Geo25rey](https://github.com/Geo25rey)! - fix external type definitions of `renderToString` + +* [#329](https://github.com/preactjs/preact-render-to-string/pull/329) [`0a0d0ce`](https://github.com/preactjs/preact-render-to-string/commit/0a0d0ceba22d89fa82a177305c7e44aa22202398) Thanks [@acelaya](https://github.com/acelaya)! - Remove incorrect second default export from jsx.d.ts + ## 6.3.1 ### Patch Changes diff --git a/package.json b/package.json index b78968f1..bc952341 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.3.1", + "version": "6.3.2", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",