Skip to content

Commit 448ca6a

Browse files
committed
Bump version to 0.6.1
Uses smithy-language-server 0.4.1
1 parent 1147780 commit 448ca6a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

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

5454
## Release Notes
5555

56+
### 0.6.1 - 2024-09-09
57+
58+
- Updated smithy-language-server version to 0.4.1 [#93](https://github.com/smithy-lang/smithy-vscode/pull/93)
59+
5660
### 0.6.0 - 2024-08-02
5761

5862
- Updated smithy-language-server version to 0.4.0 [#89](https://github.com/smithy-lang/smithy-vscode/pull/89)

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.0",
5+
"version": "0.6.1",
66
"icon": "images/smithy.png",
77
"publisher": "smithy",
88
"engines": {
@@ -105,7 +105,7 @@
105105
"smithyLsp.version": {
106106
"scope": "window",
107107
"type": "string",
108-
"default": "0.4.0",
108+
"default": "0.4.1",
109109
"description": "Version of the Smithy Language Server (see https://github.com/smithy-lang/smithy-language-server)."
110110
},
111111
"smithyLsp.rootPath": {
@@ -171,3 +171,4 @@
171171
"vscode-nls": "^5.2.0"
172172
}
173173
}
174+

0 commit comments

Comments
 (0)