Skip to content

Commit 2802667

Browse files
chore(release): 3.4.5 [skip ci]
## [3.4.5](v3.4.4...v3.4.5) (2025-01-25) ### Bug Fixes * update path to codegen types ([cf6c0a9](cf6c0a9)) ### Documentation * add badge to readme ([0fa8dc1](0fa8dc1)) ### Miscellaneous Chores * update dev deps ([61977c9](61977c9)) * update eslint config ([c60e73b](c60e73b)) * use typescript for eslint config ([b88d5c7](b88d5c7))
1 parent cf6c0a9 commit 2802667

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [3.4.5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.4...v3.4.5) (2025-01-25)
2+
3+
### Bug Fixes
4+
5+
* update path to codegen types ([cf6c0a9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/cf6c0a9bd88efa085bd4751614ba738c103682d3))
6+
7+
### Documentation
8+
9+
* add badge to readme ([0fa8dc1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/0fa8dc1244e997e4fc9b79b7748dd0c8c570fe4e))
10+
11+
### Miscellaneous Chores
12+
13+
* update dev deps ([61977c9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/61977c90f01d10dc2b3a180c082762a7121a008a))
14+
* update eslint config ([c60e73b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c60e73b9a37464d58821fd72a8ffb3a8f326d620))
15+
* use typescript for eslint config ([b88d5c7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/b88d5c761be260f04d736011bc4f850e8c6e5e3d))
16+
117
## [3.4.4](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.3...v3.4.4) (2024-12-14)
218

319
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-graphql-codegen",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
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)