Skip to content

Commit 61bc53d

Browse files
committed
Fix changelog
1 parent a5b3e94 commit 61bc53d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to the "vscode-parse-tree" extension will be documented in t
88

99
- Add nix support [#66](https://github.com/cursorless-dev/vscode-parse-tree/pull/66) ([@fidgetingbits](https://github.com/fidgetingbits))
1010
- Add lua support [#67](https://github.com/cursorless-dev/vscode-parse-tree/pull/67) ([@fidgetingbits](https://github.com/fidgetingbits))
11-
- Add swift support [#](https://github.com/cursorless-dev/vscode-parse-tree/pull/) ([@swsnider](https://github.com/swsnider))
11+
- Add swift support [#70](https://github.com/cursorless-dev/vscode-parse-tree/pull/70) ([@swsnider](https://github.com/swsnider))
1212

1313
## 0.26.0 (29 Mar 2023)
1414

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

0 commit comments

Comments
 (0)