Skip to content

Commit 7dbab01

Browse files
chore(main): release 2.0.1 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17adbe2 commit 7dbab01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [2.0.1](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v2.0.0...v2.0.1) (2023-07-04)
4+
5+
6+
### Miscellaneous
7+
8+
* bump release node version to 16 ([#80](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/80)) ([17adbe2](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/17adbe2b4c222cf4f7de5230a3cef98bd479d37b))
9+
310
## [2.0.0](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.2.0...v2.0.0) (2023-07-04)
411

512

Diff for: 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": "2.0.0",
3+
"version": "2.0.1",
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)