Skip to content

Commit 88fb349

Browse files
committed
Release 0.22.0
1 parent 43c3d82 commit 88fb349

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.22.0 (18 Sep 2022)
6+
7+
### Enhancements
8+
9+
- Add Starlark support [#44](https://github.com/cursorless-dev/vscode-parse-tree/pull/44) ([@auscompgeek](https://github.com/auscompgeek))
10+
511
## 0.21.0 (25 Jul 2022)
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.21.2",
5+
"version": "0.22.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)