Skip to content

Commit abe273d

Browse files
chore(release): 3.3.8 [skip ci]
### [3.3.8](v3.3.7...v3.3.8) (2024-06-12) ### Bug Fixes * watch documents and schemas from nested config ([5f8f08d](5f8f08d)) ### Miscellaneous Chores * normalize schema file path ([39f1361](39f1361))
1 parent edacca9 commit abe273d

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### [3.3.8](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.7...v3.3.8) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* watch documents and schemas from nested config ([5f8f08d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/5f8f08d4b64fe53db9ce485695bb108f27db8cc6))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* normalize schema file path ([39f1361](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/39f136140018175357eec47ef7846b12103d95af))
12+
113
### [3.3.7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.6...v3.3.7) (2024-06-01)
214

315

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.3.7",
3+
"version": "3.3.8",
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)