Skip to content

Commit 1e6f85f

Browse files
chore(main): release 3.0.0 (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 417aeaa commit 1e6f85f

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-
{".":"2.1.1"}
1+
{".":"3.0.0"}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/voxpelli/async-htm-to-string/compare/v2.1.1...v3.0.0) (2024-07-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node 16 (as its EOL)
9+
10+
### 🧹 Chores
11+
12+
* **deps:** update dev dependencies ([417aeaa](https://github.com/voxpelli/async-htm-to-string/commit/417aeaa13414689e98319e53ac6b6b924caa4df2))
13+
* drop Node 16 (as its EOL) ([3aaeb85](https://github.com/voxpelli/async-htm-to-string/commit/3aaeb85548fc6042c2d417b1522c07df50f6e06b))
14+
* use neostandard based linting ([35f6a0b](https://github.com/voxpelli/async-htm-to-string/commit/35f6a0bf637a0cb807b1fc2cec7fd15d52ecc66a))

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": "2.1.1",
3+
"version": "3.0.0",
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)