From 8da70d500e281828868e62ca713d308309870fea Mon Sep 17 00:00:00 2001 From: Miles Ziemer <45497130+milesziemer@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:08:25 -0500 Subject: [PATCH] Bump to 0.7.0 (#97) --- README.md | 5 +++++ package.json | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 597ae7b..af49842 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 0f96473..a7d9055 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": { @@ -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}'",