Skip to content

Commit 66f1d0d

Browse files
committed
Add CHANGELOG.md
1 parent d3b6dd5 commit 66f1d0d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 🚧 Changelog
2+
3+
## 0.3.1
4+
5+
- Change the return type of `Element.attributes` to `IterableIterator`
6+
- Bind handlers' `this` in Rust
7+
8+
## 0.3.0
9+
10+
Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-rewriter-wasm",
3-
"version": "0.3.0",
3+
"version": "0.3.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)