Skip to content

Commit b32e51a

Browse files
Version Packages (#371)
1 parent cee2f11 commit b32e51a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fifty-fireants-kiss.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 6.5.4
4+
5+
### Patch Changes
6+
7+
- [#370](https://github.com/preactjs/preact-render-to-string/pull/370) [`7871a51`](https://github.com/preactjs/preact-render-to-string/commit/7871a5145183f205b013238b8442a6bc28f5db89) Thanks [@dbergey](https://github.com/dbergey)! - Fix incorrect type for renderToPipeableStream
8+
39
## 6.5.3
410

511
### 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.3",
4+
"version": "6.5.4",
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)