File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ for more details.
53
53
54
54
## Release Notes
55
55
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
+
56
60
### 0.6.0 - 2024-08-02
57
61
58
62
- Updated smithy-language-server version to 0.4.0 [ #89 ] ( https://github.com/smithy-lang/smithy-vscode/pull/89 )
Original file line number Diff line number Diff line change 2
2
"name" : " smithy-vscode-extension" ,
3
3
"displayName" : " Smithy" ,
4
4
"description" : " Smithy IDL Language Extension" ,
5
- "version" : " 0.6.0 " ,
5
+ "version" : " 0.6.1 " ,
6
6
"icon" : " images/smithy.png" ,
7
7
"publisher" : " smithy" ,
8
8
"engines" : {
105
105
"smithyLsp.version" : {
106
106
"scope" : " window" ,
107
107
"type" : " string" ,
108
- "default" : " 0.4.0 " ,
108
+ "default" : " 0.4.1 " ,
109
109
"description" : " Version of the Smithy Language Server (see https://github.com/smithy-lang/smithy-language-server)."
110
110
},
111
111
"smithyLsp.rootPath" : {
171
171
"vscode-nls" : " ^5.2.0"
172
172
}
173
173
}
174
+
You can’t perform that action at this time.
0 commit comments