Skip to content

Commit

Permalink
Version Packages (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2024
1 parent 4430ecf commit 52c9748
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-rockets-swim.md

This file was deleted.

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

## 6.5.1

### Patch Changes

- [#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

## 6.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "6.5.1",
"description": "Render JSX to an HTML string, with support for Preact components.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down Expand Up @@ -167,5 +167,5 @@
},
"publishConfig": {
"provenance": true
}
}
}

0 comments on commit 52c9748

Please sign in to comment.