diff --git a/.changeset/chilled-buttons-grow.md b/.changeset/chilled-buttons-grow.md deleted file mode 100644 index a83675e6a..000000000 --- a/.changeset/chilled-buttons-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -avoid manipulating scalars with null values diff --git a/.changeset/cool-games-refuse.md b/.changeset/cool-games-refuse.md deleted file mode 100644 index 7ba18eeda..000000000 --- a/.changeset/cool-games-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -fix bug with incorrect page info type diff --git a/CHANGELOG.md b/CHANGELOG.md index f55e9367b..0b5ea909f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini +## 0.15.5 + +### Patch Changes + +- [#377](https://github.com/HoudiniGraphql/houdini/pull/377) [`9836c94`](https://github.com/HoudiniGraphql/houdini/commit/9836c94f36a0cba387a86ef31075cf318a5df557) Thanks [@jycouet](https://github.com/jycouet)! - avoid manipulating scalars with null values + +* [#384](https://github.com/HoudiniGraphql/houdini/pull/384) [`0c567cd`](https://github.com/HoudiniGraphql/houdini/commit/0c567cd3c4c9eb44f63e54712582e15837472773) Thanks [@AlecAivazis](https://github.com/AlecAivazis)! - fix bug with incorrect page info type + ## 0.15.4 ### Patch Changes diff --git a/package.json b/package.json index fcf5938a7..9e36b7585 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.15.4", + "version": "0.15.5", "description": "The disappearing graphql client for SvelteKit", "workspaces": [ "example",