Skip to content

Commit

Permalink
Bump to 0.7.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer authored Nov 26, 2024
1 parent 0874f91 commit 8da70d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ for more details.

## Release Notes

### 0.7.0 - 2024-11-26

- Updated smithy-language-server version to 0.5.0 [#97](https://github.com/smithy-lang/smithy-vscode/pull/97)
- Extension now starts when any Smithy files are found in the workspace [#96](https://github.com/smithy-lang/smithy-vscode/pull/96)

### 0.6.1 - 2024-09-09

- Updated smithy-language-server version to 0.4.1 [#94](https://github.com/smithy-lang/smithy-vscode/pull/94)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "smithy-vscode-extension",
"displayName": "Smithy",
"description": "Smithy IDL Language Extension",
"version": "0.6.1",
"version": "0.7.0",
"icon": "images/smithy.png",
"publisher": "smithy",
"engines": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"smithyLsp.version": {
"scope": "window",
"type": "string",
"default": "0.4.1",
"default": "0.5.0",
"description": "Version of the Smithy Language Server (see https://github.com/smithy-lang/smithy-language-server)."
},
"smithyLsp.rootPath": {
Expand Down Expand Up @@ -143,6 +143,7 @@
"webpack-package": "webpack --mode production --devtool hidden-source-map",
"compile": "tsc -p ./",
"install-plugin": "npm run package && code --install-extension smithy-vscode.vsix",
"uninstall-plugin": "code --uninstall-extension smithy.smithy-vscode-extension",
"package": "vsce package -o smithy-vscode.vsix",
"format": "prettier --write '**/*.{ts,js,json,yml}'",
"format-check": "prettier --check '**/*.{ts,js,json,yml}'",
Expand Down

0 comments on commit 8da70d5

Please sign in to comment.