Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Feb 7, 2022
1 parent d0d81be commit de05e01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 🚧 Changelog

## 0.4.1

- Throw `TypeError`s instead of `string`s on parser errors

## 0.4.0

- Add support for `Element#onEndTag`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-rewriter-wasm",
"version": "0.4.0",
"version": "0.4.1",
"description": "WebAssembly version of HTMLRewriter",
"main": "dist/html_rewriter.js",
"types": "dist/html_rewriter.d.ts",
Expand Down

0 comments on commit de05e01

Please sign in to comment.