Skip to content

Commit 9eff20c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.8.3...v2.0.0) (2022-08-11) ### Features * update debug log output to match vite 3 ([c33bba7](c33bba7)) * use vite dev server restart function ([b413156](b413156)) ### BREAKING CHANGES * Requires vite version 2.7 or greater
1 parent c33bba7 commit 9eff20c

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v1.8.3...v2.0.0) (2022-08-11)
2+
3+
4+
### Features
5+
6+
* update debug log output to match vite 3 ([c33bba7](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/c33bba7e351ecb1fc09f015e949d539b3c804f26))
7+
* use vite dev server restart function ([b413156](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/b4131565f28a785a460b1c19385e9cd41d1252fb))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Requires vite version 2.7 or greater
13+
114
## [1.8.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v1.8.2...v1.8.3) (2022-08-11)
215

316

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": "1.8.3",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"author": "Daniel Waltz",
66
"type": "commonjs",

0 commit comments

Comments
 (0)