Skip to content

Commit b0a80db

Browse files
chore(main): release 1.2.0 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8fa5340 commit b0a80db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.4...v1.2.0) (2022-12-22)
4+
5+
6+
### Features
7+
8+
* bump code generator plugin versions ([#46](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/46)) ([8fa5340](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/8fa53404907a3352528e8ee0f6136781d52fc949))
9+
310
### [1.1.4](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.3...v1.1.4) (2022-04-29)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-operation-types",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
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)