Skip to content

Commit 02391d4

Browse files
chore(release): 3.9.1 [skip ci]
## [3.9.1](v3.9.0...v3.9.1) (2026-05-04) ### Bug Fixes * support `@graphql-codegen/cli` v7.0.0 ([c9d50e2](c9d50e2)), closes [#42](#42)
1 parent c9d50e2 commit 02391d4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.9.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.9.0...v3.9.1) (2026-05-04)
2+
3+
### Bug Fixes
4+
5+
* support `@graphql-codegen/cli` v7.0.0 ([c9d50e2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c9d50e215a7b1028e49a8a52842ab9a7391f3f2c)), closes [#42](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/42)
6+
17
## [3.9.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.8.0...v3.9.0) (2026-03-26)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-graphql-codegen",
33
"type": "module",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher",
66
"author": "Daniel Waltz",
77
"license": "MIT",

0 commit comments

Comments
 (0)