Skip to content

Commit e6ab612

Browse files
authored
Update release version (#209)
* remove -pre-release * and again with the version
1 parent aa3a5eb commit e6ab612

File tree

5 files changed

+7
-572
lines changed

5 files changed

+7
-572
lines changed

client/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.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "VSCode part of the nushell language server",
44
"author": "Nushell Maintainers",
55
"license": "MIT",
6-
"version": "2.0.0-pre-release",
6+
"version": "2.0.1",
77
"publisher": "TheNuProjectContributors",
88
"repository": {
99
"type": "git",

package-lock.json

Lines changed: 3 additions & 3 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": "2.0.0-pre-release",
6+
"version": "2.0.1",
77
"preview": false,
88
"license": "MIT",
99
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)