Skip to content

Commit c0f1d02

Browse files
committed
Release 0.30.0
1 parent 0a16da3 commit c0f1d02

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.30.0 (19 Mar 2024)
6+
7+
### Enhancements
8+
9+
- Add Gleam support [#81](https://github.com/cursorless-dev/vscode-parse-tree/pull/81) ([@Vynlar](https://github.com/Vynlar))
10+
511
## 0.29.0 (1 Dec 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.29.4",
5+
"version": "0.30.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)