graphql-codegen-grafast 1.0.0-rc.2 → 1.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # graphql-codegen-grafast
2
2
 
3
+ ## 1.0.0-rc.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2873](https://github.com/graphile/crystal/pull/2873)
8
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
10
+ to support Node 22 minimum
11
+
3
12
  ## 1.0.0-rc.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-codegen-grafast",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "A GraphQL code generator plugin for Grafast schemas",
5
5
  "scripts": {
6
6
  "prepack": "tsc -b"