Skip to content

Commit 43c5c19

Browse files
committed
Release 0.23.0
1 parent 7cc81d4 commit 43c5c19

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.23.0 (21 Sep 2022)
6+
7+
### Enhancements
8+
9+
- Api for registering custom languages [#43](https://github.com/cursorless-dev/vscode-parse-tree/pull/43) ([@RedCMD](https://github.com/RedCMD))
10+
511
## 0.22.0 (18 Sep 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.22.0",
5+
"version": "0.23.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)