Skip to content

Commit e2398e2

Browse files
chore(main): release 2.0.0 (#79)
1 parent a397973 commit e2398e2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.2.0...v2.0.0) (2023-07-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump versions of graphql codegen dependencies and node engine ([#78](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/78))
9+
10+
### Features
11+
12+
* bump versions of graphql codegen dependencies and node engine ([#78](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/issues/78)) ([a397973](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/a397973b740516cefdd3cd97d2c7fdeb583200fa))
13+
14+
15+
### Miscellaneous
16+
17+
* allow only direct dependabot updates ([c13ba73](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/commit/c13ba7389318ba7c05df1f45146d5c744af8620c))
18+
319
## [1.2.0](https://github.com/Stonepaw/graphql-codegen-typescript-operation-types/compare/v1.1.4...v1.2.0) (2022-12-22)
420

521

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.2.0",
3+
"version": "2.0.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)