Skip to content

Commit 69b18b1

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-08-28) ### Bug Fixes * Add try catch on generate to keep vite running ([94e4a9b](94e4a9b))
1 parent 94e4a9b commit 69b18b1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.0.1](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v1.0.0...v1.0.1) (2021-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Add try catch on generate to keep vite running ([94e4a9b](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/94e4a9b68460a2f3517310545b695d22ad5ad81f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)