Skip to content

Commit b11802d

Browse files
Version Packages
1 parent 45b8e8b commit b11802d

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/calm-cherries-lay.md

-5
This file was deleted.

.changeset/proud-apes-tickle.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-render-to-string
22

3+
## 6.5.8
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
311
## 6.5.7
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "6.5.7",
4+
"version": "6.5.8",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.umd.js",

0 commit comments

Comments
 (0)