Skip to content

Commit 43689d3

Browse files
Merge pull request #230 from preactjs/changeset-release/master
2 parents de3b6a0 + 3dbb48b commit 43689d3

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/fresh-plums-wave.md

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

.changeset/orange-poems-learn.md

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

.changeset/silly-masks-jump.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# preact-render-to-string
22

3+
## 5.2.2
4+
5+
### Patch Changes
6+
7+
- [#235](https://github.com/preactjs/preact-render-to-string/pull/235) [`2f6d6e8`](https://github.com/preactjs/preact-render-to-string/commit/2f6d6e8dd0573eb075273c2c9a20d7df289dacc8) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Remove duplicate type path in `package.json`. Only one of `types` or `typings` is needed.
8+
9+
* [#228](https://github.com/preactjs/preact-render-to-string/pull/228) [`e4fe799`](https://github.com/preactjs/preact-render-to-string/commit/e4fe7992d717eb3cb8740d2d28696bf2ba6c3d1e) Thanks [@developit](https://github.com/developit)! - Improve string encoding performance by ~50%
10+
11+
- [#229](https://github.com/preactjs/preact-render-to-string/pull/229) [`d83def7`](https://github.com/preactjs/preact-render-to-string/commit/d83def7c1765c4ad1665598905531f5157366abd) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Split up hot paths and make separate path for opts.pretty
12+
313
## 5.2.1
414

515
### 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": "5.2.1",
4+
"version": "5.2.2",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.js",

0 commit comments

Comments
 (0)