Skip to content

Commit 52c9748

Browse files
Version Packages (#357)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4430ecf commit 52c9748

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/thirty-rockets-swim.md

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

CHANGELOG.md

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

3+
## 6.5.1
4+
5+
### Patch Changes
6+
7+
- [#356](https://github.com/preactjs/preact-render-to-string/pull/356) [`4430ecf`](https://github.com/preactjs/preact-render-to-string/commit/4430ecfff5b3c400721295e34f61c6cc0d55c62d) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add back publish with provenance
8+
39
## 6.5.0
410

511
### Minor Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "6.5.0",
4+
"version": "6.5.1",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.umd.js",
@@ -167,5 +167,5 @@
167167
},
168168
"publishConfig": {
169169
"provenance": true
170-
}
170+
}
171171
}

0 commit comments

Comments
 (0)