Skip to content

Commit cf0452b

Browse files
committed
chore: bump version to 0.2.1
1 parent 08825ed commit cf0452b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/recodegen/recodegen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"runtime"
1414
)
1515

16-
const VERSION = "v0.1.3"
16+
const VERSION = "v0.2.1"
1717

1818
func main() {
1919
configFileName := flag.String("config", "recodegen.json", "Configuration file name")

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-recodegen/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Faster GraphQL codegen for TypeScript projects",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)