Skip to content

Commit b8faf92

Browse files
committed
release 0.31.0
1 parent 449554e commit b8faf92

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "vscode-parse-tree" extension will be documented in this file.
44

5+
## 0.31.0 (14 Jun 2024)
6+
7+
### Enhancements
8+
9+
- Upgrade tree-sitter [#84](https://github.com/cursorless-dev/vscode-parse-tree/pull/84) ([@pokey](https://github.com/pokey))
10+
511
## 0.30.0 (19 Mar 2024)
612

713
### Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse-tree",
33
"displayName": "Parse tree",
44
"description": "Access document syntax using tree-sitter",
5-
"version": "0.30.0",
5+
"version": "0.31.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)