Skip to content

Commit d335dba

Browse files
committed
Release 0.26.0
1 parent 6b6e560 commit d335dba

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.26.0 (29 Mar 2023)
6+
7+
### Enhancements
8+
9+
- Add tree-sitter-julia support
10+
511
## 0.25.0 (1 Mar 2023)
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.25.1",
5+
"version": "0.26.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)