Skip to content

Commit

Permalink
Version Packages (#399)
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 Dec 12, 2024
1 parent ed720ef commit 2da38a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-schools-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-pumas-wash.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.12

### Patch Changes

- [#403](https://github.com/preactjs/preact-render-to-string/pull/403) [`ed720ef`](https://github.com/preactjs/preact-render-to-string/commit/ed720ef98bffde2c84fb2a33ea7db3241825f3e2) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Improve performance by pre-allocating arrays

* [#397](https://github.com/preactjs/preact-render-to-string/pull/397) [`6db4f95`](https://github.com/preactjs/preact-render-to-string/commit/6db4f95ab3fc303b754765c11e64a72d9583d87b) Thanks [@rschristian](https://github.com/rschristian)! - Switch `HTML_LOWER_CASE` regex to match all from line start for a marginal perf benefit.

## 6.5.11

### 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.11",
"version": "6.5.12",
"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 2da38a7

Please sign in to comment.