From a7e6e9214b692225da35b148c00328a7ded6b4dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:51:57 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v0.15.8=20(#437)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/calm-scissors-grow.md | 5 ----- .changeset/khaki-weeks-repeat.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/calm-scissors-grow.md delete mode 100644 .changeset/khaki-weeks-repeat.md diff --git a/.changeset/calm-scissors-grow.md b/.changeset/calm-scissors-grow.md deleted file mode 100644 index b923614ed..000000000 --- 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 4e6e28b19..000000000 --- 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 5000e6703..274fbfe91 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 b7bd0f94c..14902d1d2 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",