Skip to content

Commit c40bc62

Browse files
chore(release): 3.7.0 [skip ci]
## [3.7.0](v3.6.3...v3.7.0) (2025-09-17) ### Features * support graphql codegen cli v6 ([54af525](54af525)), closes [#40](#40) ### Miscellaneous Chores * update dev deps ([5ec42e5](5ec42e5)) * update dev deps ([f37e052](f37e052)) * update dev deps ([228f0c5](228f0c5)) ### Continuous Integration * prepare for trusted publishing ([597470c](597470c))
1 parent 54af525 commit c40bc62

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [3.7.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.3...v3.7.0) (2025-09-17)
2+
3+
### Features
4+
5+
* support graphql codegen cli v6 ([54af525](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/54af5252cf655e87891e7088c7117f7a191ae061)), closes [#40](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/40)
6+
7+
### Miscellaneous Chores
8+
9+
* update dev deps ([5ec42e5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/5ec42e572e84e19ec9062edef521f021e982faa3))
10+
* update dev deps ([f37e052](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/f37e052a6ca7a6c6f7c485382685ad713ff9cc55))
11+
* update dev deps ([228f0c5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/228f0c5a7dc5edaad99260e7448544f5971df8ac))
12+
13+
### Continuous Integration
14+
15+
* prepare for trusted publishing ([597470c](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/597470c323ce64a6f9069cf5effb59e12db984c4))
16+
117
## [3.6.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.2...v3.6.3) (2025-07-09)
218

319
### Bug Fixes

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,6 +1,6 @@
11
{
22
"name": "vite-plugin-graphql-codegen",
3-
"version": "3.6.3",
3+
"version": "3.7.0",
44
"description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)