diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 62e41ad..015c662 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"3.0.2"} +{".":"3.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a622b5..27c8b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 204475c..a8d4a7b 100644 --- a/package.json +++ b/package.json @@ -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": "http://github.com/voxpelli/async-htm-to-string", "author": "Pelle Wessman (http://kodfabrik.se/)",