diff --git a/.changeset/calm-scissors-grow.md b/.changeset/calm-scissors-grow.md deleted file mode 100644 index b923614edf..0000000000 --- a/.changeset/calm-scissors-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -prevent store information from leaking across requests boundaries diff --git a/.changeset/khaki-weeks-repeat.md b/.changeset/khaki-weeks-repeat.md deleted file mode 100644 index 4e6e28b192..0000000000 --- a/.changeset/khaki-weeks-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -updated type definition for config file to allow for missing marshal/unmarshal functions diff --git a/CHANGELOG.md b/CHANGELOG.md index 5000e67031..274fbfe919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini +## 0.15.8 + +### Patch Changes + +- [#434](https://github.com/HoudiniGraphql/houdini/pull/434) [`ebeb90e`](https://github.com/HoudiniGraphql/houdini/commit/ebeb90e1a9528b1b327bc161d26dc962ba7812bd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - prevent store information from leaking across requests boundaries + +* [#434](https://github.com/HoudiniGraphql/houdini/pull/434) [`ebeb90e`](https://github.com/HoudiniGraphql/houdini/commit/ebeb90e1a9528b1b327bc161d26dc962ba7812bd) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - updated type definition for config file to allow for missing marshal/unmarshal functions + ## 0.15.7 ### Patch Changes diff --git a/package.json b/package.json index b7bd0f94c5..14902d1d28 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.15.7", + "version": "0.15.8", "description": "The disappearing graphql client for SvelteKit", "workspaces": [ "integration",