Skip to content

Commit

Permalink
Version Packages (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 26, 2024
1 parent 2e14e1a commit d3659b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-snakes-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-eagles-shout.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# preact-render-to-string

## 6.5.3

### Patch Changes

- [#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

* [#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

## 6.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-render-to-string",
"amdName": "preactRenderToString",
"version": "6.5.2",
"version": "6.5.3",
"description": "Render JSX to an HTML string, with support for Preact components.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit d3659b8

Please sign in to comment.