Skip to content

Commit 5a21f01

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2022-10-14) ### Bug Fixes * skip codegen config file check if filepath is not defined ([4b89289](4b89289)), closes [#13](#13)
1 parent 4b89289 commit 5a21f01

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v2.3.0...v2.3.1) (2022-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* skip codegen config file check if filepath is not defined ([4b89289](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/4b8928963e9725951b55a3f6c617b2318a21b108)), closes [#13](https://github.com/danielwaltz/vite-plugin-graphql-codegen/issues/13)
7+
18
# [2.3.0](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v2.2.1...v2.3.0) (2022-08-26)
29

310

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

0 commit comments

Comments
 (0)