Skip to content

Commit 9b2174a

Browse files
committedJun 1, 2024
chore(release): 3.3.7 [skip ci]
### [3.3.7](v3.3.6...v3.3.7) (2024-06-01) ### Bug Fixes * prepare for vite v6 release ([b49c508](b49c508)) ### Miscellaneous Chores * **deps:** refresh lockfile and dedupe deps ([005f81e](005f81e)) * **deps:** update deps ([6c75534](6c75534)) * update node to `20.12.1` ([4271cfb](4271cfb))
1 parent 005f81e commit 9b2174a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### [3.3.7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.6...v3.3.7) (2024-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* prepare for vite v6 release ([b49c508](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/b49c5080006c7df2cef9a3505dc74793aaadcadd))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **deps:** refresh lockfile and dedupe deps ([005f81e](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/005f81e77c7cfdcc9e86faec86b06d795280f5e8))
12+
* **deps:** update deps ([6c75534](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/6c755349932a9de4c4cb1f905abc637b77686153))
13+
* update node to `20.12.1` ([4271cfb](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/4271cfb9f84845035f4bedb1da9d31b5487d0302))
14+
115
### [3.3.6](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.5...v3.3.6) (2024-01-02)
216

317

‎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.3.6",
3+
"version": "3.3.7",
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
"license": "MIT",
66
"author": "Daniel Waltz",

0 commit comments

Comments
 (0)