From 28481ca16d2fd8e774ad24754dfc70db8c38bf71 Mon Sep 17 00:00:00 2001 From: Miles Ziemer <45497130+milesziemer@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:15:49 -0400 Subject: [PATCH] Bump version to 0.6.1 (#94) Uses smithy-language-server 0.4.1 --- README.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed5a33e..597ae7b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ for more details. ## Release Notes +### 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) + ### 0.6.0 - 2024-08-02 - Updated smithy-language-server version to 0.4.0 [#89](https://github.com/smithy-lang/smithy-vscode/pull/89) diff --git a/package-lock.json b/package-lock.json index f82f7e4..65a4efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smithy-vscode-extension", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "smithy-vscode-extension", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 5055971..d6cbb01 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.0", + "version": "0.6.1", "icon": "images/smithy.png", "publisher": "smithy", "engines": { @@ -105,7 +105,7 @@ "smithyLsp.version": { "scope": "window", "type": "string", - "default": "0.4.0", + "default": "0.4.1", "description": "Version of the Smithy Language Server (see https://github.com/smithy-lang/smithy-language-server)." }, "smithyLsp.rootPath": {