From fbf8e225ea1339d801981270156fa373c5dbb744 Mon Sep 17 00:00:00 2001 From: Misha Tiurin Date: Thu, 4 Sep 2025 16:50:02 +0200 Subject: [PATCH 1/2] Release 1.1.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9fcd6..74db08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 (2025-09-04) + +- feat: Add LocalStack license activation step to the setup wizard +- fix: Various correctness and speed improvements to LocalStack status tracker reporting +- fix: Prevent starting LocalStack if it is already running or stopping when it is not running + ## 1.0.2 (2025-09-02) - fix: Improve LocalStack status tracker reporting [#7](https://github.com/localstack/localstack-vscode-extension/pull/7) diff --git a/package-lock.json b/package-lock.json index 034af60..819fe9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "localstack", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "localstack", - "version": "1.0.2", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.2.2", diff --git a/package.json b/package.json index 26e8db6..47d41bd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "LocalStack", "displayName": "LocalStack Toolkit", "description": "LocalStack - Run locally, deploy globally!", - "version": "1.0.2", + "version": "1.1.0", "preview": true, "engines": { "node": ">=20", From b39805479e69a1a6c49f554f6f948af6b6a4b19f Mon Sep 17 00:00:00 2001 From: Misha Tiurin Date: Thu, 4 Sep 2025 17:38:45 +0200 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74db08b..2dbc410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ ## 1.1.0 (2025-09-04) - feat: Add LocalStack license activation step to the setup wizard -- fix: Various correctness and speed improvements to LocalStack status tracker reporting +- fix: Add various correctness and speed improvements to LocalStack status tracker reporting - fix: Prevent starting LocalStack if it is already running or stopping when it is not running +- chore: Add profiling traces to the output channel for the startup times of the extension and its plugins ## 1.0.2 (2025-09-02)