Skip to content

Commit 992be2c

Browse files
chore(release): 3.4.1 [skip ci]
### [3.4.1](v3.4.0...v3.4.1) (2024-12-01) ### Performance Improvements * load and cache matches on server start ([69c1d97](69c1d97)), closes [#32](#32) [#27](#27) * skip match cache refresh if file is generated ([c0737a7](c0737a7)) ### Tests * scope vite instances to spec directories ([90d771f](90d771f)) ### Miscellaneous Chores * **deps:** update deps ([43ed87b](43ed87b)) * **deps:** use vite 6 ([64c89c9](64c89c9)) * update dev deps ([2de28d2](2de28d2))
1 parent 64c89c9 commit 992be2c

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### [3.4.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.0...v3.4.1) (2024-12-01)
2+
3+
4+
### Performance Improvements
5+
6+
* load and cache matches on server start ([69c1d97](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/69c1d97cc7a6df321276b6445145482a28efd8dd)), closes [#32](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/32) [#27](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/27)
7+
* skip match cache refresh if file is generated ([c0737a7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c0737a7aab210b227f5395c2b0b04873262cf3bf))
8+
9+
10+
### Tests
11+
12+
* scope vite instances to spec directories ([90d771f](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/90d771f9ca032850eb21060a18f403dd6d3b63f4))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **deps:** update deps ([43ed87b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/43ed87b78c08edda73962b423fa73794c999be54))
18+
* **deps:** use vite 6 ([64c89c9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/64c89c9244c55c1c302e45c1370d902dc79bfb4a))
19+
* update dev deps ([2de28d2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/2de28d2742ce1cc08aeff0b560b0d2d57c82083d))
20+
121
## [3.4.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.8...v3.4.0) (2024-11-23)
222

323

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