Skip to content

Commit 2229eed

Browse files
chore(main): release 1.1.2 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 200af3b commit 2229eed

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.2](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.1...v1.1.2) (2022-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* correct readme example ([#8](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/8)) ([200af3b](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/200af3b11fffa4966eef1a009e5ab010c1521291))
9+
310
### [1.1.1](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.0...v1.1.1) (2022-01-01)
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.1",
3+
"version": "1.1.2",
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)