Skip to content

Commit 428cc00

Browse files
authored
Release 0.34.0 (#102)
1 parent 09c7658 commit 428cc00

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
All notable changes to the "vscode-parse-tree" extension will be documented in this file.
44

5-
## 0.33.0 (6 Apr 2025)
6-
7-
### Enhancements
8-
9-
- Stop building wasm and instead use dependency `@cursorless/tree-sitter-wasms` [#98](https://github.com/cursorless-dev/vscode-parse-tree/pull/98) ([AndreasArvidsson](https://github.com/AndreasArvidsson))
10-
115
## 0.32.0 (25 Oct 2024)
126

137
### Enhancements

package.json

+1-1
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.33.0",
5+
"version": "0.34.0",
66
"publisher": "pokey",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)