Skip to content

Commit d2d51a9

Browse files
committed
Bump version to 0.6.2
1 parent 47c6845 commit d2d51a9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Update the elixir-ls submodule `git submodule foreach git pull origin master`
66
Test the new vscode-elixir-ls version with:
77

88
```
9+
npm install
910
npm install -g vsce@latest
1011
cp elixir-ls/.release-tool-versions .tool-versions
1112
vsce package

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.6.1",
14+
"version": "0.6.2",
1515
"engines": {
1616
"vscode": "^1.49.0"
1717
},

0 commit comments

Comments
 (0)