Skip to content

Commit 1d41718

Browse files
chore(release): 3.6.0 [skip ci]
## [3.6.0](v3.5.0...v3.6.0) (2025-05-03) ### Features * add option to automatically add schema and document files referenced in the codegen config to the vite file watcher ([e74caad](e74caad)), closes [#37](#37) ### Miscellaneous Chores * improve test script ([d97f229](d97f229)) * make graphql codegen plugin helpers dep a dev dep ([21794b0](21794b0)) * update deps ([885191d](885191d)) * update deps ([de5935d](de5935d))
1 parent 21794b0 commit 1d41718

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.6.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.5.0...v3.6.0) (2025-05-03)
2+
3+
### Features
4+
5+
* add option to automatically add schema and document files referenced in the codegen config to the vite file watcher ([e74caad](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/e74caadd9baa5f3917ce39c36e492203baf6a6de)), closes [#37](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/37)
6+
7+
### Miscellaneous Chores
8+
9+
* improve test script ([d97f229](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/d97f229af8c9f025dd8b298a863f3b88a7650ded))
10+
* make graphql codegen plugin helpers dep a dev dep ([21794b0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/21794b0af20ba086b5912d866b4a61455926c6a4))
11+
* update deps ([885191d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/885191dc5ec1462ac60c3c1d28cceb923922d890))
12+
* update deps ([de5935d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/de5935d5630695136ced784a55bf6706bb89783e))
13+
114
## [3.5.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.5...v3.5.0) (2025-02-07)
215

316
### 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,6 +1,6 @@
11
{
22
"name": "vite-plugin-graphql-codegen",
3-
"version": "3.5.0",
3+
"version": "3.6.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)