Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.0.2"}
{".":"3.0.3"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.3](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.2...v3.0.3) (2025-01-04)


### 🧹 Chores

* **deps:** update dev dependencies ([0b558b1](https://github.com/voxpelli/async-htm-to-string/commit/0b558b1ba651cdeaee0db7be2fb1ee1d40642f51))
* **deps:** update test dependencies ([#112](https://github.com/voxpelli/async-htm-to-string/issues/112)) ([d56f3b4](https://github.com/voxpelli/async-htm-to-string/commit/d56f3b4b7a9737ac8d86c07363f9131ab1147b04))
* **deps:** update type dependencies ([#107](https://github.com/voxpelli/async-htm-to-string/issues/107)) ([b5527f9](https://github.com/voxpelli/async-htm-to-string/commit/b5527f9a320c9e2f0753eeb1134d409a16389d04))

## [3.0.2](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.1...v3.0.2) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-htm-to-string",
"version": "3.0.2",
"version": "3.0.3",
"description": "Renders a htm tagged template asyncly into a string",
"homepage": "https://github.com/voxpelli/async-htm-to-string",
"author": "Pelle Wessman <[email protected]> (http://kodfabrik.se/)",
Expand Down