Skip to content

Commit 45da626

Browse files
chore(release): 3.3.5 [skip ci]
### [3.3.5](v3.3.4...v3.3.5) (2023-11-27) ### Bug Fixes * migrate to unbuild and fix default export issues in commonjs ([24914a2](24914a2))
1 parent 52f14da commit 45da626

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.3.5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.4...v3.3.5) (2023-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* migrate to unbuild and fix default export issues in commonjs ([24914a2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/24914a2801faa9de81dd66e8e86aa8f54b8a877b))
7+
18
### [3.3.4](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.3...v3.3.4) (2023-11-27)
29

310

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

0 commit comments

Comments
 (0)