Skip to content

Commit b9fa501

Browse files
chore(release): 3.8.0 [skip ci]
## [3.8.0](v3.7.0...v3.8.0) (2025-12-26) ### Features * support vite 8 ([08c4b64](08c4b64)) ### Miscellaneous Chores * lint fixes ([19926cc](19926cc)) * update deps ([51573cb](51573cb))
1 parent 08c4b64 commit b9fa501

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.8.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.7.0...v3.8.0) (2025-12-26)
2+
3+
### Features
4+
5+
* support vite 8 ([08c4b64](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/08c4b64fa4811b4c142cba032e7fc7a5acb63c47))
6+
7+
### Miscellaneous Chores
8+
9+
* lint fixes ([19926cc](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/19926cc06de0d38825c16eb51275b86e80a684e3))
10+
* update deps ([51573cb](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/51573cbe11ae73459484356e8a5a931c60ae6872))
11+
112
## [3.7.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.3...v3.7.0) (2025-09-17)
213

314
### 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.7.0",
4+
"version": "3.8.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)