From 6255b884ce9a31f7583238c521d1c3837795b4b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Nov 2024 01:21:11 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] ## [3.4.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.8...v3.4.0) (2024-11-23) ### Features * support glob paths in schema ([#33](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/33)) ([2efef2e](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/2efef2e059537af77d753151b033faf6c4a80248)), closes [#34](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/34) ### Continuous Integration * update github action versions ([0c656ab](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/0c656ab6628f956f1a90e3fa706cf290e5f7fa4f)) ### Miscellaneous Chores * update node to `v22.11.0` lts ([d941f32](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/d941f32866db4d0beec22d6ebe1eccecc15f300a)) * use `.node-version` file ([863a61a](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/863a61a4eacedd9229102810235a521284cbb642)) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d66e5e..1811384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [3.4.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.8...v3.4.0) (2024-11-23) + + +### Features + +* support glob paths in schema ([#33](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/33)) ([2efef2e](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/2efef2e059537af77d753151b033faf6c4a80248)), closes [#34](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/34) + + +### Continuous Integration + +* update github action versions ([0c656ab](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/0c656ab6628f956f1a90e3fa706cf290e5f7fa4f)) + + +### Miscellaneous Chores + +* update node to `v22.11.0` lts ([d941f32](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/d941f32866db4d0beec22d6ebe1eccecc15f300a)) +* use `.node-version` file ([863a61a](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/863a61a4eacedd9229102810235a521284cbb642)) + ### [3.3.8](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.7...v3.3.8) (2024-06-12) diff --git a/package-lock.json b/package-lock.json index 48264ac..53dcf21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-graphql-codegen", - "version": "3.3.8", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-plugin-graphql-codegen", - "version": "3.3.8", + "version": "3.4.0", "license": "MIT", "dependencies": { "@graphql-codegen/cli": ">=1.0.0 <6.0.0", diff --git a/package.json b/package.json index ab3154b..83fc399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-graphql-codegen", - "version": "3.3.8", + "version": "3.4.0", "description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher", "license": "MIT", "author": "Daniel Waltz",