diff --git a/.changeset/witty-goats-repair.md b/.changeset/witty-goats-repair.md deleted file mode 100644 index f84d89dd..00000000 --- a/.changeset/witty-goats-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -fix: renderToStringAsync produces commas for suspended components with complex children diff --git a/CHANGELOG.md b/CHANGELOG.md index 721931e5..f321ed93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # preact-render-to-string +## 6.6.7 + +### Patch Changes + +- [#457](https://github.com/preactjs/preact-render-to-string/pull/457) [`ce6ef71`](https://github.com/preactjs/preact-render-to-string/commit/ce6ef7153113af70c32ee952d0fbce01e0115de4) Thanks [@lemonmade](https://github.com/lemonmade)! - fix: renderToStringAsync produces commas for suspended components with complex children + ## 6.6.6 ### Patch Changes @@ -240,7 +246,7 @@ This feature is disabled by default and can be enabled by toggling the `errorBoundaries` option: ```js - import { options } from 'preact'; + import { options } from "preact"; // Enable error boundaries options.errorBoundaries = true; diff --git a/package.json b/package.json index 6a16d8a2..9d4a08a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.6.6", + "version": "6.6.7", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",