Skip to content

Commit 5ea7858

Browse files
Version Packages
1 parent dd1b67a commit 5ea7858

5 files changed

Lines changed: 11 additions & 13 deletions

File tree

.changeset/clever-peaches-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-eyes-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-render-to-string
22

3+
## 6.7.1
4+
5+
### Patch Changes
6+
7+
- [#464](https://github.com/preactjs/preact-render-to-string/pull/464) [`455daf5`](https://github.com/preactjs/preact-render-to-string/commit/455daf5093ebfe9ee577ec738ee5c3a5edc05b29) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Call `options._root` before the render-to-string invocation
8+
9+
* [#444](https://github.com/preactjs/preact-render-to-string/pull/444) [`e5ff19f`](https://github.com/preactjs/preact-render-to-string/commit/e5ff19f53d5941c69e7c6c7d507be77131181928) Thanks [@dsherret](https://github.com/dsherret)! - fix: use cjs types instead of esm for jsx export to fix default export from esm
10+
311
## 6.7.0
412

513
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.7.0",
4+
"version": "6.7.1",
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)