diff --git a/packages/amplify-graphql-api-construct/CHANGELOG.md b/packages/amplify-graphql-api-construct/CHANGELOG.md index 8f2d68d223..51f5c00c0c 100644 --- a/packages/amplify-graphql-api-construct/CHANGELOG.md +++ b/packages/amplify-graphql-api-construct/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-construct-alpha@0.7.0...@aws-amplify/graphql-construct-alpha@0.7.1) (2023-09-14) + +**Note:** Version bump only for package @aws-amplify/graphql-construct-alpha + # [0.7.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-construct-alpha@0.6.2...@aws-amplify/graphql-construct-alpha@0.7.0) (2023-09-13) ### Bug Fixes diff --git a/packages/amplify-graphql-api-construct/package.json b/packages/amplify-graphql-api-construct/package.json index f1138fe945..894e3ebdbf 100644 --- a/packages/amplify-graphql-api-construct/package.json +++ b/packages/amplify-graphql-api-construct/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/graphql-construct-alpha", - "version": "0.7.0", + "version": "0.7.1", "description": "AppSync GraphQL Api Construct using Amplify GraphQL Transformer.", "repository": { "type": "git",