diff --git a/.changeset/honest-lizards-wave.md b/.changeset/honest-lizards-wave.md deleted file mode 100644 index 68ce0b2..0000000 --- a/.changeset/honest-lizards-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": minor ---- - -feat: Open AWS console for `AWS::StepFunctions::StateMachine` diff --git a/.changeset/lemon-ads-unite.md b/.changeset/lemon-ads-unite.md deleted file mode 100644 index 451b040..0000000 --- a/.changeset/lemon-ads-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"amplify-backend-vscode": minor ---- - -introduce to support monorepo. -this detect the Amplify project in nested directories. diff --git a/.changeset/proud-bottles-battle.md b/.changeset/proud-bottles-battle.md deleted file mode 100644 index 88f25ce..0000000 --- a/.changeset/proud-bottles-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": patch ---- - -retrieve the list of profiles from `~/.aws/config` instead of `~/.aws/credentials` to support to profile with AWS SSO login. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da1e45..c7ae364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- [#33](https://github.com/fossamagna/amplify-backend-vscode/pull/33) [`e79a2b3`](https://github.com/fossamagna/amplify-backend-vscode/commit/e79a2b36e1b2e2127861ca71fa92b1fee4e41be7) Thanks [@fossamagna](https://github.com/fossamagna)! - feat: Open AWS console for `AWS::StepFunctions::StateMachine` + +- [#44](https://github.com/fossamagna/amplify-backend-vscode/pull/44) [`f9878fb`](https://github.com/fossamagna/amplify-backend-vscode/commit/f9878fb32f1dfa31c0053b8a992ab4dcdd5bd5a6) Thanks [@fossamagna](https://github.com/fossamagna)! - introduce to support monorepo. + this detect the Amplify project in nested directories. + +### Patch Changes + +- [#45](https://github.com/fossamagna/amplify-backend-vscode/pull/45) [`81c2526`](https://github.com/fossamagna/amplify-backend-vscode/commit/81c2526def4d1099efc952db082e6c0058423595) Thanks [@fossamagna](https://github.com/fossamagna)! - retrieve the list of profiles from `~/.aws/config` instead of `~/.aws/credentials` to support to profile with AWS SSO login. + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 2eee7fb..ed7e9ac 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.2.1", + "version": "0.3.0", "license": "Apache-2.0", "engines": { "vscode": "^1.90.0"