diff --git a/.changeset/bright-ligers-jam.md b/.changeset/bright-ligers-jam.md deleted file mode 100644 index e27d54ca..00000000 --- a/.changeset/bright-ligers-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": major ---- - -Improve performance by another 5-10% using `switch` and short-circuiting, and move pretty-printing from into `preact-render-to-string/jsx`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ad786141..6a7529e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # preact-render-to-string +## 6.0.0 + +### Major Changes + +- [#241](https://github.com/preactjs/preact-render-to-string/pull/241) [`e8cbf66`](https://github.com/preactjs/preact-render-to-string/commit/e8cbf66b2620842671b5c95817454ff2ddb0e450) Thanks [@developit](https://github.com/developit)! - Improve performance by another 5-10% using `switch` and short-circuiting, and move pretty-printing from into `preact-render-to-string/jsx`. + ## 5.2.6 ### Patch Changes diff --git a/package.json b/package.json index a4393301..5b957f39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "5.2.6", + "version": "6.0.0", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.js",