Skip to content

Commit 69acfd5

Browse files
chore(release): 3.6.3 [skip ci]
## [3.6.3](v3.6.2...v3.6.3) (2025-07-09) ### Bug Fixes * downgrade unbuild to fix cjs type output ([326d2d5](326d2d5)), closes [#39](#39) ### Miscellaneous Chores * update deps ([32deb80](32deb80)) * update node to `v22.17.0` ([91be2a7](91be2a7))
1 parent 32deb80 commit 69acfd5

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.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.2...v3.6.3) (2025-07-09)
2+
3+
### Bug Fixes
4+
5+
* downgrade unbuild to fix cjs type output ([326d2d5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/326d2d57b455b4e7b13e7e93f06a2ec5cac8203a)), closes [#39](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/39)
6+
7+
### Miscellaneous Chores
8+
9+
* update deps ([32deb80](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/32deb80075a7e12c15ccf5c4d4074fa38b145ac0))
10+
* update node to `v22.17.0` ([91be2a7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/91be2a73c4c90178410a7bc75f4f55729e96dfa7))
11+
112
## [3.6.2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.1...v3.6.2) (2025-06-24)
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.2",
3+
"version": "3.6.3",
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)