Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Jul 22, 2021
1 parent d3b6dd5 commit 66f1d0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 🚧 Changelog

## 0.3.1

- Change the return type of `Element.attributes` to `IterableIterator`
- Bind handlers' `this` in Rust

## 0.3.0

Initial Release
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.3.0",
"version": "0.3.1",
"description": "WebAssembly version of HTMLRewriter",
"main": "dist/html_rewriter.js",
"types": "dist/html_rewriter.d.ts",
Expand Down

0 comments on commit 66f1d0d

Please sign in to comment.