Skip to content

Commit fe73d71

Browse files
Version Packages (#382)
1 parent 481b4f3 commit fe73d71

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/chilly-ladybugs-think.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.7
4+
5+
### Patch Changes
6+
7+
- [#381](https://github.com/preactjs/preact-render-to-string/pull/381) [`481b4f3`](https://github.com/preactjs/preact-render-to-string/commit/481b4f3c6602d9cdab1f8c3c884edb938099c603) Thanks [@rschristian](https://github.com/rschristian)! - Support `dangerouslySetInnerHTML={undefined}` with `renderToStringAsync`
8+
39
## 6.5.6
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.6",
4+
"version": "6.5.7",
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)