Skip to content

Commit

Permalink
chore(release): 3.3.6 [skip ci]
Browse files Browse the repository at this point in the history
### [3.3.6](v3.3.5...v3.3.6) (2024-01-02)

### Miscellaneous Chores

* **deps:** update deps ([063408b](063408b)), closes [#28](#28)
* explicitly add semantic release plugins as deps ([6da889b](6da889b))
* update node to `v20.10.0` and use dedicated release config ([9ccbd00](9ccbd00))
  • Loading branch information
semantic-release-bot committed Jan 2, 2024
1 parent 063408b commit 64f5591
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [3.3.6](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.5...v3.3.6) (2024-01-02)


### Miscellaneous Chores

* **deps:** update deps ([063408b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/063408bfd0ef94d5d9db0d35e5555ab1f9bc4a53)), closes [#28](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/28)
* explicitly add semantic release plugins as deps ([6da889b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/6da889b468d1f4867e4fb2d1a68347a4f4c9fd31))
* update node to `v20.10.0` and use dedicated release config ([9ccbd00](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/9ccbd0041dd96dc6d61b44bd7002723169a3b267))

### [3.3.5](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.3.4...v3.3.5) (2023-11-27)


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.5",
"version": "3.3.6",
"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 64f5591

Please sign in to comment.