Skip to content

Commit 7231234

Browse files
chore(main): release 1.1.3 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b46ee3 commit 7231234

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.3](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.2...v1.1.3) (2022-04-27)
4+
5+
6+
### Miscellaneous
7+
8+
* bump @graphql-codegen/typescript version ([#10](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/10)) ([1f113b4](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/1f113b4b44e5e17a713797d69b2bcb0ba28cf99f))
9+
310
### [1.1.2](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.1...v1.1.2) (2022-01-03)
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.2",
3+
"version": "1.1.3",
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)