Skip to content

Commit

Permalink
Version Packages (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 10, 2024
1 parent 220ad45 commit b40944a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-sheep-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-cherries-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-apes-tickle.md

This file was deleted.

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

## 6.5.8

### Patch Changes

- [#386](https://github.com/preactjs/preact-render-to-string/pull/386) [`220ad45`](https://github.com/preactjs/preact-render-to-string/commit/220ad45cc2674cc7d927ca52d555ea8e5ec2ddbc) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add async benchmarks and iterate on perf improvements

* [#383](https://github.com/preactjs/preact-render-to-string/pull/383) [`883e02b`](https://github.com/preactjs/preact-render-to-string/commit/883e02bac3277daea157d996fbed406a71bf2901) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - General performance optimisations

- [#385](https://github.com/preactjs/preact-render-to-string/pull/385) [`45b8e8b`](https://github.com/preactjs/preact-render-to-string/commit/45b8e8b2f4ee1a9653601560ca363ae87b56e0d9) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Improve perf a bit by hoisting the typeof check to reduce calling typeof

## 6.5.7

### 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.7",
"version": "6.5.8",
"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 b40944a

Please sign in to comment.