diff --git a/.changeset/large-snakes-share.md b/.changeset/large-snakes-share.md deleted file mode 100644 index 53cc6eb9..00000000 --- a/.changeset/large-snakes-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Correct stream exports diff --git a/.changeset/slimy-eagles-shout.md b/.changeset/slimy-eagles-shout.md deleted file mode 100644 index 79ee491f..00000000 --- a/.changeset/slimy-eagles-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Add types for `/stream` and `/stream-node` exports diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a192820..acc98f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # preact-render-to-string +## 6.5.3 + +### Patch Changes + +- [#362](https://github.com/preactjs/preact-render-to-string/pull/362) [`3044ac2`](https://github.com/preactjs/preact-render-to-string/commit/3044ac204dd6ff416fb63aa778616cbce40fc043) Thanks [@rschristian](https://github.com/rschristian)! - Correct stream exports + +* [#367](https://github.com/preactjs/preact-render-to-string/pull/367) [`8c7e08f`](https://github.com/preactjs/preact-render-to-string/commit/8c7e08f121d4fb5967c0fc63b6aafd45e1613162) Thanks [@rschristian](https://github.com/rschristian)! - Add types for `/stream` and `/stream-node` exports + ## 6.5.2 ### Patch Changes diff --git a/package.json b/package.json index f80972f6..3fe0c8c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.5.2", + "version": "6.5.3", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",