Skip to content

Commit

Permalink
Version Packages (#379)
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 Jul 17, 2024
1 parent 054dae0 commit c8e54a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-experts-decide.md

This file was deleted.

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

## 6.5.6

### Patch Changes

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

## 6.5.5

### 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.5",
"version": "6.5.6",
"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 c8e54a1

Please sign in to comment.