Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.0](v3.3.8...v3.4.0) (2024-11-23)

### Features

* support glob paths in schema ([#33](#33)) ([2efef2e](2efef2e)), closes [#34](#34)

### Continuous Integration

* update github action versions ([0c656ab](0c656ab))

### Miscellaneous Chores

* update node to `v22.11.0` lts ([d941f32](d941f32))
* use `.node-version` file ([863a61a](863a61a))
  • Loading branch information
semantic-release-bot committed Nov 23, 2024
1 parent 2efef2e commit 6255b88
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.4.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.8...v3.4.0) (2024-11-23)


### Features

* support glob paths in schema ([#33](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/33)) ([2efef2e](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/2efef2e059537af77d753151b033faf6c4a80248)), closes [#34](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/34)


### Continuous Integration

* update github action versions ([0c656ab](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/0c656ab6628f956f1a90e3fa706cf290e5f7fa4f))


### Miscellaneous Chores

* update node to `v22.11.0` lts ([d941f32](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/d941f32866db4d0beec22d6ebe1eccecc15f300a))
* use `.node-version` file ([863a61a](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/863a61a4eacedd9229102810235a521284cbb642))

### [3.3.8](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.7...v3.3.8) (2024-06-12)


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.8",
"version": "3.4.0",
"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 6255b88

Please sign in to comment.