Skip to content

Commit

Permalink
chore(master): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and polarmutex committed Oct 14, 2023
1 parent 0631b99 commit 484f508
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/polarmutex/tree-sitter-beancount/compare/v2.1.3...v2.2.0) (2023-10-10)


### Features

* add named field for narration and payee ([0631b99](https://github.com/polarmutex/tree-sitter-beancount/commit/0631b99d9096e10f4e289efe618e518debe918b4))

## [2.1.3](https://github.com/polarmutex/tree-sitter-beancount/compare/v2.1.2...v2.1.3) (2023-07-02)


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-beancount"
description = "beancount grammar for the tree-sitter parsing library"
version = "2.1.3" # {x-release-please-version}
version = "2.2.0" # {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.3",
"version": "2.2.0",
"description": "a tree-sitter parser for the beancount syntax",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 484f508

Please sign in to comment.