diff --git a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md b/.changeset/@graphprotocol_graph-cli-2068-dependencies.md deleted file mode 100644 index c16b6b3a1..000000000 --- a/.changeset/@graphprotocol_graph-cli-2068-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/graph-cli": patch ---- -dependencies updates: - - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) diff --git a/.changeset/drop-node-20.md b/.changeset/drop-node-20.md deleted file mode 100644 index 9192b722f..000000000 --- a/.changeset/drop-node-20.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphprotocol/graph-cli': minor ---- - -Drop support for Node.js 20 (end-of-life 2026-04-30). The minimum supported -Node.js version is now 22.11.0 (Node 22 LTS). CI now tests on Node 22 and 24; -released binaries continue to be built on Node 24. diff --git a/.changeset/metal-lights-train.md b/.changeset/metal-lights-train.md deleted file mode 100644 index 7bffa549e..000000000 --- a/.changeset/metal-lights-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/graph-cli': patch ---- - -Fixed entity id format in generated tests diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2f27f28aa..47463b2ff 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphprotocol/graph-cli +## 0.99.0 + +### Minor Changes + +- [#2126](https://github.com/graphprotocol/graph-tooling/pull/2126) [`7fe67ac`](https://github.com/graphprotocol/graph-tooling/commit/7fe67ac310e5f4f17dbdaabb0cb0ee0812e4101a) Thanks [@lutter](https://github.com/lutter)! - Drop support for Node.js 20 (end-of-life 2026-04-30). The minimum supported + Node.js version is now 22.11.0 (Node 22 LTS). CI now tests on Node 22 and 24; + released binaries continue to be built on Node 24. + +### Patch Changes + +- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`c05a9b3`](https://github.com/graphprotocol/graph-tooling/commit/c05a9b3685e69aeaabe9181966bc244387b40924) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`) + +- [#2078](https://github.com/graphprotocol/graph-tooling/pull/2078) [`921c014`](https://github.com/graphprotocol/graph-tooling/commit/921c01450bb3e8c1d756d98d78c518189a86efec) Thanks [@AndreMiras](https://github.com/AndreMiras)! - Fixed entity id format in generated tests + ## 0.98.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c34a470d..8d50f2c4d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/graph-cli", - "version": "0.98.1", + "version": "0.99.0", "type": "module", "description": "CLI for building for and deploying to The Graph", "repository": {