Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#104)
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 Jul 19, 2024
1 parent 20cb561 commit 219315c
Show file tree
Hide file tree
Showing 3 changed files with 16 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.0"}
{".":"3.0.1"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### 🧹 Chores

* clean up leftover `linemod` stuff ([20cb561](https://github.com/voxpelli/async-htm-to-string/commit/20cb561b220a55a8159b65d1e49877cc5933857f))
* **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))
* **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))
* improve types ([1e60f45](https://github.com/voxpelli/async-htm-to-string/commit/1e60f45c7f14fdeb240ac9c54bd46b522b35599e))
* less `any` ([a5940dd](https://github.com/voxpelli/async-htm-to-string/commit/a5940dd15cf5f2927ae5c6201c3972f732e7cf65))
* make use of `buffered-async-iterable` ([9cdf3a7](https://github.com/voxpelli/async-htm-to-string/commit/9cdf3a71235da8d718f354264383b0c4f47a220c))
* simplify bufferedAsyncMap call ([37af84e](https://github.com/voxpelli/async-htm-to-string/commit/37af84e6e75da4f128afad6e135b41b4c78e7379))
* 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)

## [3.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v2.1.1...v3.0.0) (2024-07-18)


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.0",
"version": "3.0.1",
"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 219315c

Please sign in to comment.