Skip to content

Commit c8e54a1

Browse files
Version Packages (#379)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 054dae0 commit c8e54a1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/famous-experts-decide.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.6
4+
5+
### Patch Changes
6+
7+
- [#378](https://github.com/preactjs/preact-render-to-string/pull/378) [`054dae0`](https://github.com/preactjs/preact-render-to-string/commit/054dae0ae9dc0ab5b86c1c7fd9712b640a09111d) Thanks [@ccouzens](https://github.com/ccouzens)! - Fix issue where preactRenderToString returns a promise of a promise
8+
39
## 6.5.5
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.5",
4+
"version": "6.5.6",
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)