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

## [1.8.0](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.7.0...v1.8.0) (2026-06-25)


### Features

* **deps:** bump localstack/appinspector-ui to 1.0.146 ([#182](https://github.com/localstack/localstack-toolkit-vscode/issues/182)) ([8a6856b](https://github.com/localstack/localstack-toolkit-vscode/commit/8a6856ba7f346dda7226fcea49c64fc31b454940))
Comment thread
tiurin marked this conversation as resolved.
Outdated

## [1.7.0](https://github.com/localstack/localstack-toolkit-vscode/compare/v1.6.3...v1.7.0) (2026-05-21)


Expand Down
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.7.0",
"version": "1.8.0",
"engines": {
"node": ">=20",
"vscode": "^1.83.0"
Expand Down
Loading