Skip to content

Commit 2348a03

Browse files
authored
Merge pull request #57 from fdncred/prepare_for_release
prepare for new release
2 parents 217a6e0 + d7bf240 commit 2348a03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,10 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
9393
- updated language punctuation recognition
9494
- added the ability to recognize block parameters as variables
9595
- split out part of the readme.md into building.md
96+
- 0.6.0
97+
- Thanks to @Yethal we have a new syntax generating script to help making releases easier
98+
- Another item @Yethal contributed was a script to generate examples to test the syntax on
99+
- Other general cleanup
100+
- Supports most recent nushell syntax as of 0.66.4
101+
- @schuelermine fixed a type-o
102+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-nushell-lang",
33
"displayName": "vscode-nushell-lang",
44
"description": "nushell language for vscode",
5-
"version": "0.5.3",
5+
"version": "0.6.0",
66
"preview": true,
77
"license": "MIT",
88
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)