diff --git a/CHANGELOG.md b/CHANGELOG.md index 911dda4..67066c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.2 (2025-09-11) + +- chore: Update repository URL +- chore: Add AWS Toolkit integration information + ## 1.2.1 (2025-09-10) - fix: Add proactive DNS resolution check in AWS config check to timely detect configuration drift diff --git a/package-lock.json b/package-lock.json index c1ecb81..93a60ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "localstack", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "localstack", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.2.3", diff --git a/package.json b/package.json index f7d0475..cfe3b98 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "LocalStack", "displayName": "LocalStack Toolkit", "description": "LocalStack - Run locally, deploy globally!", - "version": "1.2.1", + "version": "1.2.2", "engines": { "node": ">=20", "vscode": "^1.83.0"