From df3a81f268795a938bb347979d2d741d0985f9b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Sep 2022 19:51:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v{VERSION}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/pretty-hounds-hide.md | 5 ----- .changeset/red-jokes-invent.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/pretty-hounds-hide.md delete mode 100644 .changeset/red-jokes-invent.md diff --git a/.changeset/pretty-hounds-hide.md b/.changeset/pretty-hounds-hide.md deleted file mode 100644 index 70dd45caaf..0000000000 --- a/.changeset/pretty-hounds-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -Make fragment masking more flexible diff --git a/.changeset/red-jokes-invent.md b/.changeset/red-jokes-invent.md deleted file mode 100644 index 6efba2e469..0000000000 --- a/.changeset/red-jokes-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'houdini': patch ---- - -fix - init cmd, vite.config.ts generated file diff --git a/CHANGELOG.md b/CHANGELOG.md index ceecb23395..d28e3b87d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # houdini +## 0.16.2 + +### Patch Changes + +- [#534](https://github.com/HoudiniGraphql/houdini/pull/534) [`599fc3c`](https://github.com/HoudiniGraphql/houdini/commit/599fc3c9dc7843c40ab25b4c4763e1b3ed9df6c7) Thanks [@fehnomenal](https://github.com/fehnomenal)! - Make fragment masking more flexible + +* [#537](https://github.com/HoudiniGraphql/houdini/pull/537) [`191c775`](https://github.com/HoudiniGraphql/houdini/commit/191c7750a33b11cdbc8f5e7b9719641d5b0a21c5) Thanks [@jycouet](https://github.com/jycouet)! - fix - init cmd, vite.config.ts generated file + ## 0.16.1 ### Patch Changes diff --git a/package.json b/package.json index 28c9154126..1e0a682c37 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "houdini", - "version": "0.16.1", + "version": "0.16.2", "description": "The disappearing graphql client for SvelteKit", "type": "module", "bin": "./build/cmd.js",