Skip to content

Commit 219315c

Browse files
chore(main): release 3.0.1 (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 20cb561 commit 219315c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/release-please/manifest.json

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

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/voxpelli/async-htm-to-string/compare/v3.0.0...v3.0.1) (2024-07-19)
4+
5+
6+
### 🧹 Chores
7+
8+
* clean up leftover `linemod` stuff ([20cb561](https://github.com/voxpelli/async-htm-to-string/commit/20cb561b220a55a8159b65d1e49877cc5933857f))
9+
* **deps:** update dependency @types/node to ^18.19.41 ([#99](https://github.com/voxpelli/async-htm-to-string/issues/99)) ([10e2748](https://github.com/voxpelli/async-htm-to-string/commit/10e2748b2ba64541f9a6e73e412d73dbf63eaa56))
10+
* **deps:** update dependency chai-as-promised to ^7.1.2 ([#96](https://github.com/voxpelli/async-htm-to-string/issues/96)) ([2ca97cf](https://github.com/voxpelli/async-htm-to-string/commit/2ca97cf409876ed8ae65d151cf4d1ac449d69487))
11+
* improve types ([1e60f45](https://github.com/voxpelli/async-htm-to-string/commit/1e60f45c7f14fdeb240ac9c54bd46b522b35599e))
12+
* less `any` ([a5940dd](https://github.com/voxpelli/async-htm-to-string/commit/a5940dd15cf5f2927ae5c6201c3972f732e7cf65))
13+
* make use of `buffered-async-iterable` ([9cdf3a7](https://github.com/voxpelli/async-htm-to-string/commit/9cdf3a71235da8d718f354264383b0c4f47a220c))
14+
* simplify bufferedAsyncMap call ([37af84e](https://github.com/voxpelli/async-htm-to-string/commit/37af84e6e75da4f128afad6e135b41b4c78e7379))
15+
* split into different files ([91e2d91](https://github.com/voxpelli/async-htm-to-string/commit/91e2d9125a583447a7f354fca6cd7ab2bca548f0)), closes [#103](https://github.com/voxpelli/async-htm-to-string/issues/103)
16+
317
## [3.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v2.1.1...v3.0.0) (2024-07-18)
418

519

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.0",
3+
"version": "3.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 <[email protected]> (http://kodfabrik.se/)",

0 commit comments

Comments
 (0)