diff --git a/.changeset/fair-taxis-burn.md b/.changeset/fair-taxis-burn.md deleted file mode 100644 index c848672ba5..0000000000 --- a/.changeset/fair-taxis-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': patch ---- - -Pass Backstage Auth token to `catalog.queryEntities` diff --git a/plugins/graphql-backend-module-catalog/CHANGELOG.md b/plugins/graphql-backend-module-catalog/CHANGELOG.md index c07cd5fd88..00b274de69 100644 --- a/plugins/graphql-backend-module-catalog/CHANGELOG.md +++ b/plugins/graphql-backend-module-catalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-graphql-backend-module-catalog +## 0.3.1 + +### Patch Changes + +- f55145f: Pass Backstage Auth token to `catalog.queryEntities` + ## 0.3.0 ### Minor Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index a906dcd808..eb085c0123 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-module-catalog", "description": "Backstage GraphQL backend module that adds catalog schema", - "version": "0.3.0", + "version": "0.3.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",