Skip to content

Commit

Permalink
chore(release): 3.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.3](v3.4.2...v3.4.3) (2024-12-07)

### Bug Fixes

* remove vite and codegen cli from deps to rely on peer deps ([40e8c56](40e8c56))

### Miscellaneous Chores

* add full git url to package file ([33c53b3](33c53b3))
* add vite and codegen cli as dev deps ([8104f38](8104f38))
* migrate to flat eslint config ([7676e68](7676e68))
* update deps and format ([66dd33f](66dd33f))
  • Loading branch information
semantic-release-bot committed Dec 7, 2024
1 parent 8104f38 commit 4dc71e6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.4.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.2...v3.4.3) (2024-12-07)

### Bug Fixes

* remove vite and codegen cli from deps to rely on peer deps ([40e8c56](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/40e8c560486638330967f809b64616318ae877d4))

### Miscellaneous Chores

* add full git url to package file ([33c53b3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/33c53b30cf5fe0fd7a0e82eab7047be2ab8cb4e8))
* add vite and codegen cli as dev deps ([8104f38](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/8104f38ee8e392c33761ef8692df7e64b6a849c5))
* migrate to flat eslint config ([7676e68](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/7676e682ed4e1fbe252c5324c5f11340892b4bf0))
* update deps and format ([66dd33f](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/66dd33f1a67638a1fb10be4d49e13948e2575c8a))

### [3.4.2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.1...v3.4.2) (2024-12-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.4.2",
"version": "3.4.3",
"description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 4dc71e6

Please sign in to comment.