diff --git a/.changeset/tidy-toes-switch.md b/.changeset/tidy-toes-switch.md deleted file mode 100644 index 3a105d4..0000000 --- a/.changeset/tidy-toes-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"amplify-backend-vscode": patch ---- - -fix: AWS console URL in GraphQL Schema of AppSync to correct URL diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ae364..1e70368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.1 + +### Patch Changes + +- [#51](https://github.com/fossamagna/amplify-backend-vscode/pull/51) [`2a9e116`](https://github.com/fossamagna/amplify-backend-vscode/commit/2a9e116f2791b17f6f597cac2f98c3a59b5adfb1) Thanks [@fossamagna](https://github.com/fossamagna)! - fix: AWS console URL in GraphQL Schema of AppSync to correct URL + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index ed7e9ac..5fc2a7e 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.3.0", + "version": "0.3.1", "license": "Apache-2.0", "engines": { "vscode": "^1.90.0"