Skip to content

Commit

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


### Performance Improvements

* 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)
* skip match cache refresh if file is generated ([c0737a7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c0737a7aab210b227f5395c2b0b04873262cf3bf))


### Tests

* scope vite instances to spec directories ([90d771f](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/90d771f9ca032850eb21060a18f403dd6d3b63f4))


### Miscellaneous Chores

* **deps:** update deps ([43ed87b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/43ed87b78c08edda73962b423fa73794c999be54))
* **deps:** use vite 6 ([64c89c9](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/64c89c9244c55c1c302e45c1370d902dc79bfb4a))
* update dev deps ([2de28d2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/2de28d2742ce1cc08aeff0b560b0d2d57c82083d))

## [3.4.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.8...v3.4.0) (2024-11-23)


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.4.0",
"version": "3.4.1",
"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 992be2c

Please sign in to comment.