Skip to content

Commit

Permalink
chore(release): 3.3.8 [skip ci]
Browse files Browse the repository at this point in the history
### [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))
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent edacca9 commit abe273d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [3.3.8](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.7...v3.3.8) (2024-06-12)


### Bug Fixes

* watch documents and schemas from nested config ([5f8f08d](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/5f8f08d4b64fe53db9ce485695bb108f27db8cc6))


### Miscellaneous Chores

* normalize schema file path ([39f1361](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/39f136140018175357eec47ef7846b12103d95af))

### [3.3.7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.6...v3.3.7) (2024-06-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-graphql-codegen",
"version": "3.3.7",
"version": "3.3.8",
"description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher",
"license": "MIT",
"author": "Daniel Waltz",
Expand Down

0 comments on commit abe273d

Please sign in to comment.