diff --git a/release-please-manifest.json b/release-please-manifest.json index 03dcefdb09..34a46ad212 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.212", + "v2": "2.0.0-rc.213", "execution": "1.4.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index dab7a2b195..162153e271 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.213](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.212...v2.0.0-rc.213) (2025-07-28) + + +### Bug Fixes + +* fix parent node jump lookup ([#1252](https://github.com/wundergraph/graphql-go-tools/issues/1252)) ([9fb01be](https://github.com/wundergraph/graphql-go-tools/commit/9fb01be8188dcab52feb0877ab8f2a023143cb51)) + ## [2.0.0-rc.212](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.211...v2.0.0-rc.212) (2025-07-28)