diff --git a/.changeset/quick-goats-end.md b/.changeset/quick-goats-end.md deleted file mode 100644 index 1f59f1a6..00000000 --- a/.changeset/quick-goats-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -fix: stop client runtime from being corrupted -fix: insert ooo chunks in the proper order diff --git a/CHANGELOG.md b/CHANGELOG.md index dd75407e..08781593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # preact-render-to-string +## 6.5.5 + +### Patch Changes + +- [#372](https://github.com/preactjs/preact-render-to-string/pull/372) [`bebe4bf`](https://github.com/preactjs/preact-render-to-string/commit/bebe4bf807f663ed795f1f039222a9a71f741dad) Thanks [@jacob-ebey](https://github.com/jacob-ebey)! - fix: stop client runtime from being corrupted + fix: insert ooo chunks in the proper order + ## 6.5.4 ### Patch Changes diff --git a/package.json b/package.json index 2e58cdd5..784b3a7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.5.4", + "version": "6.5.5", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",