Skip to content

Commit 9f1d48f

Browse files
chore(main): release 2.0.2 (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 526981c commit 9f1d48f

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+
## [2.0.2](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v2.0.1...v2.0.2) (2025-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* export config type from barrel ([#82](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/82)) ([526981c](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/526981c00077d29fc2ecbd121a8300158f9e4f1e))
9+
310
## [2.0.1](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v2.0.0...v2.0.1) (2023-07-04)
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": "2.0.1",
3+
"version": "2.0.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)