Skip to content

Commit 618dbbd

Browse files
authored
chore: release 1.2.1 (#55)
- See the changelog for included changes
1 parent 8118c94 commit 618dbbd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.2.1 (2025-09-10)
4+
5+
- fix: Add proactive DNS resolution check in AWS config check to timely detect configuration drift
6+
- fix: Add a missing telemetry field in `setup_ended` event
7+
- chore: Substitute periodic checks with file watchers for LocalStack setup status.
8+
9+
310
## 1.2.0 (2025-09-09)
411

512
- feat: Always show `Start` and `Stop` commands if LocalStack CLI is available

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "LocalStack",
44
"displayName": "LocalStack Toolkit",
55
"description": "LocalStack - Run locally, deploy globally!",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"engines": {
88
"node": ">=20",
99
"vscode": "^1.83.0"

0 commit comments

Comments
 (0)