Skip to content

Commit 109495e

Browse files
[ci] release (#10)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16e8817 commit 109495e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/dull-mirrors-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/graphql-codegen
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- The generated file can now optionally end in `.ts` instead of `.d.ts`. This enables the usage of enums in the generated types. ([#9](https://github.com/Shopify/graphql-codegen/pull/9)) by [@frandiox](https://github.com/frandiox)
8+
39
## 0.0.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
7-
"version": "0.0.2",
7+
"version": "0.1.0",
88
"license": "MIT",
99
"type": "module",
1010
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)