From 60643fd164c4d85d56982a05931e76b194f6cac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Tue, 31 Mar 2026 17:47:40 +0200 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b119e..b281c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.3.0](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.2.3...v1.3.0) (2026-03-31) + + +### Features + +* improve cli detection ([#60](https://github.com/localstack/localstack-toolkit-vscode/issues/60)) ([aa0520a](https://github.com/localstack/localstack-toolkit-vscode/commit/aa0520a2171c73c92e15cf87d435b20df8a334d8)) +* support more vscode-flavored editors ([#81](https://github.com/localstack/localstack-toolkit-vscode/issues/81)) ([2cb6d20](https://github.com/localstack/localstack-toolkit-vscode/commit/2cb6d2018ad767b17357133bcb72c2905e44737e)) + + +### Bug Fixes + +* license check in status tracker ([#63](https://github.com/localstack/localstack-toolkit-vscode/issues/63)) ([90fc99b](https://github.com/localstack/localstack-toolkit-vscode/commit/90fc99b158e1b33fba34fcd6753e55bdd8bad399)) +* license check in status tracker ([#73](https://github.com/localstack/localstack-toolkit-vscode/issues/73)) ([9c18ee2](https://github.com/localstack/localstack-toolkit-vscode/commit/9c18ee28e873810da849c9b3b3b39d6374c0e8d6)) +* localstack installation on ubuntu/i3 ([#77](https://github.com/localstack/localstack-toolkit-vscode/issues/77)) ([71577ac](https://github.com/localstack/localstack-toolkit-vscode/commit/71577ac8fa0dd3df18700d846eae8f982b55c0c6)) +* Revert "feat: improve cli detection" ([#65](https://github.com/localstack/localstack-toolkit-vscode/issues/65)) ([ee64584](https://github.com/localstack/localstack-toolkit-vscode/commit/ee6458493428c2a0832d257b17a40d4254fda35f)) +* revert "fix: license check in status tracker" ([#64](https://github.com/localstack/localstack-toolkit-vscode/issues/64)) ([dfef829](https://github.com/localstack/localstack-toolkit-vscode/commit/dfef829c2223dd3161578baa09aad030a56baabf)) +* void unhandled promise return values in configure-aws ([#105](https://github.com/localstack/localstack-toolkit-vscode/issues/105)) ([2dc3847](https://github.com/localstack/localstack-toolkit-vscode/commit/2dc3847b006dbb2f55b2865af5817169ed61b106)) + ## 1.3.0 (2026-02-11) - fix: localstack installation on ubuntu/i3 (#77)