Skip to content

Commit b929e6f

Browse files
chore(main): release 1.1.4 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 644eda3 commit b929e6f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.1.4](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.3...v1.1.4) (2022-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* include variable enums ([#20](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/20)) ([644eda3](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/644eda309e67207a9ad6a7d0206ddaf4e7794465)), closes [#18](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/18)
9+
310
### [1.1.3](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.2...v1.1.3) (2022-04-27)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-operation-types",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "GraphQL codegen plugin that generates only the types used in the operations",
55
"main": "dist/main/index.js",
66
"typings": "dist/main/index.d.ts",

0 commit comments

Comments
 (0)