Skip to content

Commit ae6450b

Browse files
Version Packages (#373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bebe4bf commit ae6450b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/quick-goats-end.md

-6
This file was deleted.

CHANGELOG.md

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

3+
## 6.5.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
fix: insert ooo chunks in the proper order
9+
310
## 6.5.4
411

512
### 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.4",
4+
"version": "6.5.5",
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)