Skip to content

Commit 9065dc7

Browse files
chore(release): 3.6.2 [skip ci]
## [3.6.2](v3.6.1...v3.6.2) (2025-06-24) ### Bug Fixes * add vite `v7.0.0` to peer dep range ([c9db7f9](c9db7f9)) ### Miscellaneous Chores * refresh editorconfig ([fd1fd48](fd1fd48)) * update deps and refresh lockfile ([d200170](d200170))
1 parent c9db7f9 commit 9065dc7

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.6.2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.1...v3.6.2) (2025-06-24)
2+
3+
### Bug Fixes
4+
5+
* add vite `v7.0.0` to peer dep range ([c9db7f9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c9db7f9d0b49db6b67c87b9698747aa36714c67a))
6+
7+
### Miscellaneous Chores
8+
9+
* refresh editorconfig ([fd1fd48](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/fd1fd48f5e7396b93056c006615e84b923c44957))
10+
* update deps and refresh lockfile ([d200170](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/d2001709b35a192f57bad49e8a25617cda4634d8))
11+
112
## [3.6.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.0...v3.6.1) (2025-05-07)
213

314
### 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.1",
3+
"version": "3.6.2",
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)