Skip to content

Commit

Permalink
chore(master): release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and polarmutex committed Jul 2, 2022
1 parent bfbfa12 commit b807e0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.1](https://github.com/polarmutex/tree-sitter-beancount/compare/v2.1.0...v2.1.1) (2022-07-02)


### Bug Fixes

* changelog for prior versions ([8197699](https://github.com/polarmutex/tree-sitter-beancount/commit/8197699421b9787a3940b097ced363b9a4ba2f13))
* npm publish ([a105058](https://github.com/polarmutex/tree-sitter-beancount/commit/a1050584340a2375b6b480ba9e9691aebb9d33d5))
* rust binding build error ([bfbfa12](https://github.com/polarmutex/tree-sitter-beancount/commit/bfbfa12da0e1c7e598768c0f46f90bbe179d4be5))

## [2.1.0](https://github.com/polarmutex/tree-sitter-beancount/compare/v2.0.0...v2.1.0) (2022-06-28)


Expand All @@ -12,4 +21,3 @@
### Features

* Initial version of grammar

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-beancount"
description = "beancount grammar for the tree-sitter parsing library"
version = "2.1.0" # {x-release-please-version}
version = "2.1.1" # {x-release-please-version}
keywords = ["incremental", "parsing", "beancount", "tree-sitter"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/polarmutex/tree-sitter-beancount"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-beancount",
"version": "2.1.0",
"version": "2.1.1",
"description": "a tree-sitter parser for the beancount syntax",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit b807e0c

Please sign in to comment.