Skip to content

Commit e7dd996

Browse files
chore(release): 3.4.4 [skip ci]
## [3.4.4](v3.4.3...v3.4.4) (2024-12-14) ### Bug Fixes * update jsdoc for default value ([5b85be2](5b85be2)) ### Miscellaneous Chores * update dev deps ([6a175a9](6a175a9))
1 parent 5b85be2 commit e7dd996

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.4.4](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.3...v3.4.4) (2024-12-14)
2+
3+
### Bug Fixes
4+
5+
* update jsdoc for default value ([5b85be2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/5b85be228e5c683cca63142743390bab8108a989))
6+
7+
### Miscellaneous Chores
8+
9+
* update dev deps ([6a175a9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/6a175a9051ee1051153ce7405d16fe92bc3ea146))
10+
111
## [3.4.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.2...v3.4.3) (2024-12-07)
212

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