diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e33dae..dd43559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.4.1](https://github.com/ikatyang/tree-sitter-toml/compare/v0.4.0...v0.4.1) (2020-11-14) + + +### Bug Fixes + +* immediate hash in string is considered content instead of comment ([#18](https://github.com/ikatyang/tree-sitter-toml/issues/18)) ([4993307](https://github.com/ikatyang/tree-sitter-toml/commit/4993307)) + + + # [0.4.0](https://github.com/ikatyang/tree-sitter-toml/compare/v0.3.0...v0.4.0) (2020-07-04) diff --git a/docs/assets/tree-sitter-toml-0.4.0/tree-sitter-toml.wasm b/docs/assets/tree-sitter-toml-0.4.0/tree-sitter-toml.wasm deleted file mode 100644 index 34ac4b9..0000000 Binary files a/docs/assets/tree-sitter-toml-0.4.0/tree-sitter-toml.wasm and /dev/null differ diff --git a/docs/assets/tree-sitter-toml-0.4.1/tree-sitter-toml.wasm b/docs/assets/tree-sitter-toml-0.4.1/tree-sitter-toml.wasm new file mode 100644 index 0000000..5ab14eb Binary files /dev/null and b/docs/assets/tree-sitter-toml-0.4.1/tree-sitter-toml.wasm differ diff --git a/docs/index.html b/docs/index.html index d7608ad..5a5bbb3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@ } -

Tree-sitter TOML v0.4.0

+

Tree-sitter TOML v0.4.1