Skip to content

Commit 8da70d5

Browse files
authored
Bump to 0.7.0 (#97)
1 parent 0874f91 commit 8da70d5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ for more details.
5353

5454
## Release Notes
5555

56+
### 0.7.0 - 2024-11-26
57+
58+
- Updated smithy-language-server version to 0.5.0 [#97](https://github.com/smithy-lang/smithy-vscode/pull/97)
59+
- Extension now starts when any Smithy files are found in the workspace [#96](https://github.com/smithy-lang/smithy-vscode/pull/96)
60+
5661
### 0.6.1 - 2024-09-09
5762

5863
- Updated smithy-language-server version to 0.4.1 [#94](https://github.com/smithy-lang/smithy-vscode/pull/94)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "smithy-vscode-extension",
33
"displayName": "Smithy",
44
"description": "Smithy IDL Language Extension",
5-
"version": "0.6.1",
5+
"version": "0.7.0",
66
"icon": "images/smithy.png",
77
"publisher": "smithy",
88
"engines": {
@@ -110,7 +110,7 @@
110110
"smithyLsp.version": {
111111
"scope": "window",
112112
"type": "string",
113-
"default": "0.4.1",
113+
"default": "0.5.0",
114114
"description": "Version of the Smithy Language Server (see https://github.com/smithy-lang/smithy-language-server)."
115115
},
116116
"smithyLsp.rootPath": {
@@ -143,6 +143,7 @@
143143
"webpack-package": "webpack --mode production --devtool hidden-source-map",
144144
"compile": "tsc -p ./",
145145
"install-plugin": "npm run package && code --install-extension smithy-vscode.vsix",
146+
"uninstall-plugin": "code --uninstall-extension smithy.smithy-vscode-extension",
146147
"package": "vsce package -o smithy-vscode.vsix",
147148
"format": "prettier --write '**/*.{ts,js,json,yml}'",
148149
"format-check": "prettier --check '**/*.{ts,js,json,yml}'",

0 commit comments

Comments
 (0)