diff --git a/.changeset/nice-wolves-carry.md b/.changeset/nice-wolves-carry.md deleted file mode 100644 index ffb2b72536..0000000000 --- a/.changeset/nice-wolves-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend': patch ---- - -Add CSRF prevention plugin for graphql-yoga diff --git a/plugins/graphql-backend/CHANGELOG.md b/plugins/graphql-backend/CHANGELOG.md index 131f152b62..d91a6818df 100644 --- a/plugins/graphql-backend/CHANGELOG.md +++ b/plugins/graphql-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-graphql-backend +## 0.1.10 + +### Patch Changes + +- ad5158d: Add CSRF prevention plugin for graphql-yoga + ## 0.1.9 ### Patch Changes diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index c6c949eed4..9e5b96458d 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend", "description": "Backstage backend plugin for GraphQL", - "version": "0.1.9", + "version": "0.1.10", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",