diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cfbdb..ff649f5 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.3.1](https://github.com/ikatyang/tree-sitter-yaml/compare/v0.3.0...v0.3.1) (2021-01-01) + + +### Bug Fixes + +* avoid accessing unowned memory ([#17](https://github.com/ikatyang/tree-sitter-yaml/issues/17)) ([45ecb42](https://github.com/ikatyang/tree-sitter-yaml/commit/45ecb42)) + + + # [0.3.0](https://github.com/ikatyang/tree-sitter-yaml/compare/v0.2.0...v0.3.0) (2020-10-04) diff --git a/docs/assets/tree-sitter-yaml-0.3.0/tree-sitter-yaml.wasm b/docs/assets/tree-sitter-yaml-0.3.1/tree-sitter-yaml.wasm similarity index 97% rename from docs/assets/tree-sitter-yaml-0.3.0/tree-sitter-yaml.wasm rename to docs/assets/tree-sitter-yaml-0.3.1/tree-sitter-yaml.wasm index 6643d09..31a8193 100644 Binary files a/docs/assets/tree-sitter-yaml-0.3.0/tree-sitter-yaml.wasm and b/docs/assets/tree-sitter-yaml-0.3.1/tree-sitter-yaml.wasm differ diff --git a/docs/index.html b/docs/index.html index 6753841..5edc5de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@ } -

Tree-sitter YAML v0.3.0

+

Tree-sitter YAML v0.3.1