Skip to content

Commit de05e01

Browse files
committed
Bump version to 0.4.1
1 parent d0d81be commit de05e01

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 🚧 Changelog
22

3+
## 0.4.1
4+
5+
- Throw `TypeError`s instead of `string`s on parser errors
6+
37
## 0.4.0
48

59
- Add support for `Element#onEndTag`

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-rewriter-wasm",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "WebAssembly version of HTMLRewriter",
55
"main": "dist/html_rewriter.js",
66
"types": "dist/html_rewriter.d.ts",

0 commit comments

Comments
 (0)