diff --git a/.changeset/hip-beers-speak.md b/.changeset/hip-beers-speak.md deleted file mode 100644 index ef4f9934..00000000 --- a/.changeset/hip-beers-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Fix mapped children not working with Deno's new precompile JSX transform. diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d65e0c..5a03deb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # preact-render-to-string +## 6.3.1 + +### Patch Changes + +- [#324](https://github.com/preactjs/preact-render-to-string/pull/324) [`6bf321d`](https://github.com/preactjs/preact-render-to-string/commit/6bf321d31d97d679910f892d4310ae79b3a70e84) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix mapped children not working with Deno's new precompile JSX transform. + ## 6.3.0 ### Minor Changes diff --git a/package.json b/package.json index 038ff780..b78968f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.3.0", + "version": "6.3.1", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",