Skip to content

Commit 8a646e5

Browse files
committed
Release 0.32.0
1 parent 7908b3c commit 8a646e5

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.32.0 (25 Oct 2024)
6+
7+
### Enhancements
8+
9+
- add: dart language compatibility [#89](https://github.com/cursorless-dev/vscode-parse-tree/pull/89) ([@sonnyvesali](https://github.com/sonnyvesali))
10+
511
## 0.31.0 (14 Jun 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.31.3",
5+
"version": "0.32.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)