Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2 (2025-09-02)

- fix: Improve localstack status tracker reporting [#7](https://github.com/localstack/localstack-vscode-extension/pull/7)
Comment thread
tiurin marked this conversation as resolved.
Outdated

## 1.0.1 (2025-09-01)

- fix: Fix browser redirect in Localstack authentication
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.0.1",
"version": "1.0.2",
"preview": true,
"engines": {
"node": ">=20",
Expand Down
Loading