Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent 6bd5be8 commit a6f41fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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.1"}
{".":"3.0.2"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### 🩹 Fixes

* handle nested array values ([a469cdf](https://github.com/voxpelli/async-htm-to-string/commit/a469cdff7db27600cb4534a239ba40fbd3eab79b))


### 🧹 Chores

* **deps:** update dependency sinon to v19 ([#100](https://github.com/voxpelli/async-htm-to-string/issues/100)) ([0f5c1b6](https://github.com/voxpelli/async-htm-to-string/commit/0f5c1b6ce661af044e3ff200f5ce48da85dcc6d6))
* **deps:** update dev dependencies ([6bd5be8](https://github.com/voxpelli/async-htm-to-string/commit/6bd5be8d20d1e3496fe396eef4fb977bd5ce5b13))
* **deps:** update dev dependencies ([13de112](https://github.com/voxpelli/async-htm-to-string/commit/13de112b2383223d2e900f595cbbd56cd07a8796))
* **deps:** update dev dependencies ([668f437](https://github.com/voxpelli/async-htm-to-string/commit/668f437ab14907143619c7711300d68f299587cb))
* fix failing voxpelli/tsconfig integration ([2a3b9f3](https://github.com/voxpelli/async-htm-to-string/commit/2a3b9f3845fe67ed44d27bccce0eb7bd8e0f9415))

## [3.0.1](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.0...v3.0.1) (2024-07-19)


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.1",
"version": "3.0.2",
"description": "Renders a htm tagged template asyncly into a string",
"homepage": "http://github.com/voxpelli/async-htm-to-string",
"author": "Pelle Wessman <[email protected]> (http://kodfabrik.se/)",
Expand Down

0 comments on commit a6f41fd

Please sign in to comment.