From 0766e7a2642443f8ab868472384cd5035ab20768 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:23:35 +0000 Subject: [PATCH 1/3] chore(main): release 1.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5da88..85038a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.4.2...v1.5.0) (2026-04-29) + + +### Features + +* integrate appinspector UI ([#72](https://github.com/localstack/localstack-toolkit-vscode/issues/72)) ([d1b39f2](https://github.com/localstack/localstack-toolkit-vscode/commit/d1b39f260dfe6d398baecaf1a4c40bce8763e4d5)) + ## [1.4.2](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.4.1...v1.4.2) (2026-03-31) diff --git a/package-lock.json b/package-lock.json index b5df3aa..50b34f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "localstack", - "version": "1.4.2", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "localstack", - "version": "1.4.2", + "version": "1.5.0", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.4.13", diff --git a/package.json b/package.json index e34dfd9..9e1d6d3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "LocalStack", "displayName": "LocalStack Toolkit", "description": "LocalStack - Run locally, deploy globally!", - "version": "1.4.2", + "version": "1.5.0", "engines": { "node": ">=20", "vscode": "^1.83.0" From 7d27f9d167e327e63767645d3aec8452caa52db4 Mon Sep 17 00:00:00 2001 From: Misha Tiurin Date: Wed, 29 Apr 2026 13:29:26 +0200 Subject: [PATCH 2/3] Fix wording and add link to the blog post --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85038a7..2a92f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* integrate appinspector UI ([#72](https://github.com/localstack/localstack-toolkit-vscode/issues/72)) ([d1b39f2](https://github.com/localstack/localstack-toolkit-vscode/commit/d1b39f260dfe6d398baecaf1a4c40bce8763e4d5)) +* feat: add [App Inspector](https://blog.localstack.cloud/introducing-app-inspector) ([#72](https://github.com/localstack/localstack-toolkit-vscode/issues/72)) ([d1b39f2](https://github.com/localstack/localstack-toolkit-vscode/commit/d1b39f260dfe6d398baecaf1a4c40bce8763e4d5)) ## [1.4.2](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.4.1...v1.4.2) (2026-03-31) From 5d4ab6f5b28554a97ee50fbb197b8dcc9321878c Mon Sep 17 00:00:00 2001 From: Misha Tiurin Date: Wed, 29 Apr 2026 15:03:51 +0200 Subject: [PATCH 3/3] Reduce the number of links in the changelog line Links to blog post and to github PR make the line look confusing - everything is a link. Leaving only the blog post one. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a92f33..99859dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* feat: add [App Inspector](https://blog.localstack.cloud/introducing-app-inspector) ([#72](https://github.com/localstack/localstack-toolkit-vscode/issues/72)) ([d1b39f2](https://github.com/localstack/localstack-toolkit-vscode/commit/d1b39f260dfe6d398baecaf1a4c40bce8763e4d5)) +* feat: add [App Inspector](https://blog.localstack.cloud/introducing-app-inspector) ## [1.4.2](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.4.1...v1.4.2) (2026-03-31)