Skip to content

Commit a25053a

Browse files
committed
update changelog for 1.6.0
1 parent e265e1b commit a25053a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,11 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
136136
- Added folding regions with `# region:` and `# endregion`
137137
- Update syntax regexes to match nushell v0.79.0
138138
- 1.5.1
139-
- Awesome new snippets by @EmilySeville7cfg [#116](https://github.com/nushell/vscode-nushell-lang/pull/116) [#119](https://github.com/nushell/vscode-nushell-lang/pull/119) [#121](https://github.com/nushell/vscode-nushell-lang/pull/121)
139+
- Awesome new snippets by @EmilySeville7cfg [#116](https://github.com/nushell/vscode-nushell-lang/pull/116) [#119](https://github.com/nushell/vscode-nushell-lang/pull/119) [#121](https://github.com/nushell/vscode-nushell-lang/pull/121)
140+
- 1.6.0
141+
- Snippets (completions) [#126](https://github.com/nushell/vscode-nushell-lang/pull/126)
142+
- Snippets (markdown doc sections) [#127](https://github.com/nushell/vscode-nushell-lang/pull/127)
143+
- Snippets (use H3 header) [#128](https://github.com/nushell/vscode-nushell-lang/pull/128)
144+
- Snippets (support regex groups) [#130](https://github.com/nushell/vscode-nushell-lang/pull/130)
145+
- Use unique labels for durationWrapper [#133](https://github.com/nushell/vscode-nushell-lang/pull/133)
146+
- Fix TextMate regex that linguist discovered [#137](https://github.com/nushell/vscode-nushell-lang/pull/137)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "vscode-nushell-lang",
44
"description": "nushell language for vscode",
55
"author": "The Nushell Project Developers",
6-
"version": "1.5.1",
6+
"version": "1.6.0",
77
"preview": false,
88
"license": "MIT",
99
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)