From e9f49835204dd6c5c12c53c0ebf0c585c7b09b54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 05:55:52 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.3...v1.2.4) (2024-11-25) ### Bug Fixes * **deps:** update dependency graphql-tools to v9.0.4 ([4dae707](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/4dae7075f196d6f2a4a99b2e366b05c3c757629d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abde9c..266c1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.3...v1.2.4) (2024-11-25) + + +### Bug Fixes + +* **deps:** update dependency graphql-tools to v9.0.4 ([4dae707](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/4dae7075f196d6f2a4a99b2e366b05c3c757629d)) + ## [1.2.3](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.2...v1.2.3) (2024-11-22) diff --git a/package.json b/package.json index f5d0fa2..ef8b6ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "scripts": { "commit": "git-cz",