diff --git a/package-lock.json b/package-lock.json index ffdc61d5d..feb209c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37699,7 +37699,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "2.2.0-SNAPSHOT", + "version": "2.3.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/2.2.0.json b/packages/amazonq/.changes/2.2.0.json new file mode 100644 index 000000000..cd90abee2 --- /dev/null +++ b/packages/amazonq/.changes/2.2.0.json @@ -0,0 +1,5 @@ +{ + "date": "2026-05-21", + "version": "2.2.0", + "entries": [] +} \ No newline at end of file diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 839d0338e..dcdec218c 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 2026-05-21 + +- Miscellaneous non-user-facing changes + ## 2.1.0 2026-04-30 - **Bug Fix** fix: properly send folder context when calling @folder diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index b626b3adb..495e24a07 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI–powered assistant for software development.", - "version": "2.2.0-SNAPSHOT", + "version": "2.3.0-SNAPSHOT", "extensionKind": [ "workspace" ],