Skip to content

Commit 76be5de

Browse files
chore(release): 3.6.1 [skip ci]
## [3.6.1](v3.6.0...v3.6.1) (2025-05-07) ### Bug Fixes * downgrade unbuild to fix cjs types output ([c1b0bca](c1b0bca)), closes [#38](#38) ### Miscellaneous Chores * update deps ([3b3262a](3b3262a))
1 parent c1b0bca commit 76be5de

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.6.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.0...v3.6.1) (2025-05-07)
2+
3+
### Bug Fixes
4+
5+
* downgrade unbuild to fix cjs types output ([c1b0bca](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c1b0bcadb49ea16ea7c413c3f2ab349042f8f7f4)), closes [#38](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/38)
6+
7+
### Miscellaneous Chores
8+
9+
* update deps ([3b3262a](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/3b3262a84fa3dd0099f8a89163c456ed5970bd58))
10+
111
## [3.6.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.5.0...v3.6.0) (2025-05-03)
212

313
### 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.6.0",
3+
"version": "3.6.1",
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)