Skip to content

Commit e3ddc63

Browse files
chore(release): 3.9.0 [skip ci]
## [3.9.0](v3.8.0...v3.9.0) (2026-03-26) ### Features * Add runtime skip property to conditionally skip codegen ([#41](#41)) ([a730612](a730612)) ### Miscellaneous Chores * fix lint issues ([45eb550](45eb550)) * update node to `v24.13.0` ([abb6a5d](abb6a5d)) ### Continuous Integration * bump action versions ([6f59e77](6f59e77))
1 parent a730612 commit e3ddc63

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.9.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.8.0...v3.9.0) (2026-03-26)
2+
3+
### Features
4+
5+
* Add runtime skip property to conditionally skip codegen ([#41](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/41)) ([a730612](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/a7306124567a89a7b673798cb0f89397e1894c96))
6+
7+
### Miscellaneous Chores
8+
9+
* fix lint issues ([45eb550](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/45eb5506672747040983247855bd5793b24c2519))
10+
* update node to `v24.13.0` ([abb6a5d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/abb6a5dcca84f515820bbf333996077fcc08f3fc))
11+
12+
### Continuous Integration
13+
14+
* bump action versions ([6f59e77](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/6f59e774ef276797929cdb3c7317256bc5171914))
15+
116
## [3.8.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.7.0...v3.8.0) (2025-12-26)
217

318
### 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.8.0",
4+
"version": "3.9.0",
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)