Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vhyrro committed Apr 14, 2024
1 parent 3bf15f3 commit ceb44e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ceb44e4

Please sign in to comment.