From ce725e6a03360541b0b473b37a05ba419d6c7e59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:29:00 +0900 Subject: [PATCH] Version Packages (#227) Co-authored-by: github-actions[bot] --- .changeset/metal-flowers-buy.md | 5 ----- .changeset/thick-jokes-impress.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/metal-flowers-buy.md delete mode 100644 .changeset/thick-jokes-impress.md diff --git a/.changeset/metal-flowers-buy.md b/.changeset/metal-flowers-buy.md deleted file mode 100644 index 79f9394..0000000 --- a/.changeset/metal-flowers-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": minor ---- - -feat: support `AWS::Events::EventBus` as target to open AWS Console diff --git a/.changeset/thick-jokes-impress.md b/.changeset/thick-jokes-impress.md deleted file mode 100644 index c8d186c..0000000 --- a/.changeset/thick-jokes-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": patch ---- - -fix: use codicons instead of custom svg files diff --git a/CHANGELOG.md b/CHANGELOG.md index fffce6b..0bbbcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- [#228](https://github.com/fossamagna/amplify-backend-vscode/pull/228) [`6596b25`](https://github.com/fossamagna/amplify-backend-vscode/commit/6596b256084395ee221a868d4654b0279c7a431f) Thanks [@fossamagna](https://github.com/fossamagna)! - feat: support `AWS::Events::EventBus` as target to open AWS Console + +### Patch Changes + +- [#226](https://github.com/fossamagna/amplify-backend-vscode/pull/226) [`a72403c`](https://github.com/fossamagna/amplify-backend-vscode/commit/a72403ce16a5233c00c8467f50ae425fc1c631b5) Thanks [@fossamagna](https://github.com/fossamagna)! - fix: use codicons instead of custom svg files + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index b7bc785..cc6747f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "fossamagna", "displayName": "AWS Amplify Backend", "description": "VSCode Extension to explore Amplify Gen2 backend resources", - "version": "0.5.0", + "version": "0.6.0", "license": "Apache-2.0", "engines": { "vscode": "^1.90.0"