Skip to content

Commit 39b61df

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.1...v3.0.0) (2022-12-09) * feat!: support vite 4 ([6ad94c6](6ad94c6)) ### BREAKING CHANGES * requires using vite 4 due to plugin type incompatibility
1 parent 6ad94c6 commit 39b61df

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.0.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v2.3.1...v3.0.0) (2022-12-09)
2+
3+
4+
* feat!: support vite 4 ([6ad94c6](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/6ad94c65833b65c323739b70584895bcea5c67a7))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* requires using vite 4 due to plugin type incompatibility
10+
111
## [2.3.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v2.3.0...v2.3.1) (2022-10-14)
212

313

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": "2.3.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"author": "Daniel Waltz",
66
"repository": {

0 commit comments

Comments
 (0)