diff --git a/.changeset/modern-steaks-kiss.md b/.changeset/modern-steaks-kiss.md deleted file mode 100644 index cd136f95c2..0000000000 --- a/.changeset/modern-steaks-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-modules': patch ---- - -Fix the failure of missing session when multi-mutation operation diff --git a/packages/graphql-modules/CHANGELOG.md b/packages/graphql-modules/CHANGELOG.md index 89daa30a8a..0de7433952 100644 --- a/packages/graphql-modules/CHANGELOG.md +++ b/packages/graphql-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-modules +## 1.4.4 + +### Patch Changes + +- 9ec7fa0c: Fix the failure of missing session when multi-mutation operation + ## 1.4.3 ### Patch Changes diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 1c9903eb24..f448a84ee6 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -8,7 +8,7 @@ "typescript", "the-guild" ], - "version": "1.4.3", + "version": "1.4.4", "author": "Kamil Kisiela", "license": "MIT", "sideEffects": false,