Skip to content

Commit 7e60db6

Browse files
chore(release): 3.5.0 [skip ci]
## [3.5.0](v3.4.5...v3.5.0) (2025-02-07) ### Features * multi-project support ([#36](#36)) ([3f0899d](3f0899d))
1 parent 3f0899d commit 7e60db6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.5.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.5...v3.5.0) (2025-02-07)
2+
3+
### Features
4+
5+
* multi-project support ([#36](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/36)) ([3f0899d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/3f0899d0ee546376030685c5ad0e7d43d6d0a4f5))
6+
17
## [3.4.5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.4...v3.4.5) (2025-01-25)
28

39
### 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.4.5",
3+
"version": "3.5.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)