Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.0 (2025-09-18)

- feat: Detect outdated LocalStack versions
Comment thread
tiurin marked this conversation as resolved.
Outdated
- chore: Refactor LocalStack CLI detection to an event-based status tracker

## 1.2.3 (2025-09-12)

- fix: Show LocalStack Setup Wizard pop-up only when setup is required
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "LocalStack",
"displayName": "LocalStack Toolkit",
"description": "LocalStack - Run locally, deploy globally!",
"version": "1.2.3",
"version": "1.3.0",
"engines": {
"node": ">=20",
"vscode": "^1.83.0"
Expand Down
Loading