From ceb44e4cdb58fbeea52301835bdd461817ddb57e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:26:20 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"