Skip to content

Commit d3659b8

Browse files
Version Packages (#365)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e14e1a commit d3659b8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/large-snakes-share.md

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

.changeset/slimy-eagles-shout.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.5.3
4+
5+
### Patch Changes
6+
7+
- [#362](https://github.com/preactjs/preact-render-to-string/pull/362) [`3044ac2`](https://github.com/preactjs/preact-render-to-string/commit/3044ac204dd6ff416fb63aa778616cbce40fc043) Thanks [@rschristian](https://github.com/rschristian)! - Correct stream exports
8+
9+
* [#367](https://github.com/preactjs/preact-render-to-string/pull/367) [`8c7e08f`](https://github.com/preactjs/preact-render-to-string/commit/8c7e08f121d4fb5967c0fc63b6aafd45e1613162) Thanks [@rschristian](https://github.com/rschristian)! - Add types for `/stream` and `/stream-node` exports
10+
311
## 6.5.2
412

513
### Patch Changes

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.5.2",
4+
"version": "6.5.3",
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)