Skip to content

Commit 1e0b12c

Browse files
chore(main): release 5.0.1 (#129)
Co-authored-by: vp-helper[bot] <191104470+vp-helper[bot]@users.noreply.github.com>
1 parent dd959ec commit 1e0b12c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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

CHANGELOG.md

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

3+
## [5.0.1](https://github.com/voxpelli/async-htm-to-string/compare/v5.0.0...v5.0.1) (2026-03-01)
4+
5+
6+
### 🩹 Fixes
7+
8+
* accept HtmlMethodResult as html template interpolation value ([a0f3a26](https://github.com/voxpelli/async-htm-to-string/commit/a0f3a268f15ba4a8bc745b97bdd0873fdd168a1a))
9+
* accept null as html template interpolation value ([dd959ec](https://github.com/voxpelli/async-htm-to-string/commit/dd959ec39590782f98b6f8b82a5107334fe40be4))
10+
* accept typed Set/Map as prop values ([3dfcf42](https://github.com/voxpelli/async-htm-to-string/commit/3dfcf428561e5de5b776ab1b16b46b82eb397ca4))
11+
312
## [5.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v4.0.0...v5.0.0) (2026-03-01)
413

514

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": "5.0.0",
3+
"version": "5.0.1",
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)