Skip to content

Commit a6f41fd

Browse files
chore(main): release 3.0.2 (#106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bd5be8 commit a6f41fd

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"3.0.1"}
1+
{".":"3.0.2"}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.1...v3.0.2) (2024-10-02)
4+
5+
6+
### 🩹 Fixes
7+
8+
* handle nested array values ([a469cdf](https://github.com/voxpelli/async-htm-to-string/commit/a469cdff7db27600cb4534a239ba40fbd3eab79b))
9+
10+
11+
### 🧹 Chores
12+
13+
* **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))
14+
* **deps:** update dev dependencies ([6bd5be8](https://github.com/voxpelli/async-htm-to-string/commit/6bd5be8d20d1e3496fe396eef4fb977bd5ce5b13))
15+
* **deps:** update dev dependencies ([13de112](https://github.com/voxpelli/async-htm-to-string/commit/13de112b2383223d2e900f595cbbd56cd07a8796))
16+
* **deps:** update dev dependencies ([668f437](https://github.com/voxpelli/async-htm-to-string/commit/668f437ab14907143619c7711300d68f299587cb))
17+
* fix failing voxpelli/tsconfig integration ([2a3b9f3](https://github.com/voxpelli/async-htm-to-string/commit/2a3b9f3845fe67ed44d27bccce0eb7bd8e0f9415))
18+
319
## [3.0.1](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.0...v3.0.1) (2024-07-19)
420

521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-htm-to-string",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
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 <[email protected]> (http://kodfabrik.se/)",

0 commit comments

Comments
 (0)