We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150eec6 commit fbbf115Copy full SHA for fbbf115
3 files changed
.changeset/funny-doors-attend.md
packages/plugins/typescript/enum-array/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphql-codegen/typescript-enum-array
2
3
+## 3.1.0
4
+
5
+### Minor Changes
6
7
+- [#751](https://github.com/dotansimha/graphql-code-generator-community/pull/751)
8
+ [`4547e62`](https://github.com/dotansimha/graphql-code-generator-community/commit/4547e629b029a22fe16bff2a4351ceec132422c6)
9
+ Thanks [@hjoelh](https://github.com/hjoelh)! - support introspection result
10
11
## 3.0.0
12
13
### Major Changes
packages/plugins/typescript/enum-array/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-enum-array",
- "version": "3.0.0",
+ "version": "3.1.0",
"type": "module",
"description": "GraphQL Code Generator plugin for adding const array",
"repository": {
0 commit comments