From 7fc86d2f51351bef367e5b28012fd7822a6d1bfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:30:08 +0900 Subject: [PATCH] Version Packages (#140) Co-authored-by: github-actions[bot] --- .changeset/fast-planes-confess.md | 5 ----- .changeset/mean-dodos-jump.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fast-planes-confess.md delete mode 100644 .changeset/mean-dodos-jump.md diff --git a/.changeset/fast-planes-confess.md b/.changeset/fast-planes-confess.md deleted file mode 100644 index ba50d22..0000000 --- a/.changeset/fast-planes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": minor ---- - -feat: add resource filters on resource explorer diff --git a/.changeset/mean-dodos-jump.md b/.changeset/mean-dodos-jump.md deleted file mode 100644 index 062e5c8..0000000 --- a/.changeset/mean-dodos-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": patch ---- - -fix: provide region to AWS SDK SecretClient from config file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7edee..fffce6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [#139](https://github.com/fossamagna/amplify-backend-vscode/pull/139) [`fb1be66`](https://github.com/fossamagna/amplify-backend-vscode/commit/fb1be66ec5cd900bd0374f97aee939ba2f2d896b) Thanks [@fossamagna](https://github.com/fossamagna)! - feat: add resource filters on resource explorer + +### Patch Changes + +- [#162](https://github.com/fossamagna/amplify-backend-vscode/pull/162) [`52dc274`](https://github.com/fossamagna/amplify-backend-vscode/commit/52dc27413d42a248b3fd1187cfd5850841f97584) Thanks [@fossamagna](https://github.com/fossamagna)! - fix: provide region to AWS SDK SecretClient from config file + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 11b238d..69566be 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.4.0", + "version": "0.5.0", "license": "Apache-2.0", "engines": { "vscode": "^1.90.0"