Skip to content

Commit d83b18b

Browse files
chore(main): release 5.0.0 (#118)
Co-authored-by: vp-helper[bot] <191104470+vp-helper[bot]@users.noreply.github.com>
1 parent 43b3234 commit d83b18b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.0.0"}
1+
{".":"5.0.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v4.0.0...v5.0.0) (2026-03-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* sync fast path + modernize to ESM-only, node:test, tstyche ([#122](https://github.com/voxpelli/async-htm-to-string/issues/122))
9+
10+
### 🧹 Chores
11+
12+
* add DeepWiki badge to README ([06f37e4](https://github.com/voxpelli/async-htm-to-string/commit/06f37e4c9bb78099a32f35264b660f12ea1540cd))
13+
* sync fast path + modernize to ESM-only, node:test, tstyche ([#122](https://github.com/voxpelli/async-htm-to-string/issues/122)) ([43b3234](https://github.com/voxpelli/async-htm-to-string/commit/43b323454983d3a4ff9414a4be51d4de1f09213a))
14+
315
## [4.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.2...v4.0.0) (2026-01-30)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-htm-to-string",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Renders a htm tagged template asyncly into a string",
55
"homepage": "http://github.com/voxpelli/async-htm-to-string",
66
"author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",

0 commit comments

Comments
 (0)