diff --git a/.changeset/angry-sheep-design.md b/.changeset/angry-sheep-design.md deleted file mode 100644 index d6b34b90..00000000 --- a/.changeset/angry-sheep-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Add async benchmarks and iterate on perf improvements diff --git a/.changeset/calm-cherries-lay.md b/.changeset/calm-cherries-lay.md deleted file mode 100644 index 8ec9d305..00000000 --- a/.changeset/calm-cherries-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -General performance optimisations diff --git a/.changeset/proud-apes-tickle.md b/.changeset/proud-apes-tickle.md deleted file mode 100644 index d61cd228..00000000 --- a/.changeset/proud-apes-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Improve perf a bit by hoisting the typeof check to reduce calling typeof diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c996c09..b5b53d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # preact-render-to-string +## 6.5.8 + +### Patch Changes + +- [#386](https://github.com/preactjs/preact-render-to-string/pull/386) [`220ad45`](https://github.com/preactjs/preact-render-to-string/commit/220ad45cc2674cc7d927ca52d555ea8e5ec2ddbc) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add async benchmarks and iterate on perf improvements + +* [#383](https://github.com/preactjs/preact-render-to-string/pull/383) [`883e02b`](https://github.com/preactjs/preact-render-to-string/commit/883e02bac3277daea157d996fbed406a71bf2901) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - General performance optimisations + +- [#385](https://github.com/preactjs/preact-render-to-string/pull/385) [`45b8e8b`](https://github.com/preactjs/preact-render-to-string/commit/45b8e8b2f4ee1a9653601560ca363ae87b56e0d9) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Improve perf a bit by hoisting the typeof check to reduce calling typeof + ## 6.5.7 ### Patch Changes diff --git a/package.json b/package.json index ea15c894..252b4982 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.5.7", + "version": "6.5.8", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",