diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf4a072..2c4609a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.2.0...v0.2.1) (2024-04-14) + + +### Bug Fixes + +* put variables declaration in the right place ([3bf15f3](https://github.com/nvim-neorg/tree-sitter-norg/commit/3bf15f3cc904420631959d09065810c28353ffa1)) + ## [0.2.0](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.1.0...v0.2.0) (2024-04-13) diff --git a/Cargo.toml b/Cargo.toml index 5eacc7a2..8757eef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-norg" description = "norg grammar for the tree-sitter parsing library" -version = "0.2.0" +version = "0.2.1" keywords = ["incremental", "parsing", "norg"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-norg"