From e3099569890bae15fbb6d24b7fe7347a9f7d764e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 05:20:49 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.2](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.1...v1.2.2) (2024-11-20) ### Bug Fixes * 🐛 new UserDto when getUser in Resolver ([2bfa005](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/2bfa0051edb8f0245d6781b0d56257e64db3c853)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf33fe..d81cfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.1...v1.2.2) (2024-11-20) + + +### Bug Fixes + +* 🐛 new UserDto when getUser in Resolver ([2bfa005](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/2bfa0051edb8f0245d6781b0d56257e64db3c853)) + ## [1.2.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.2.0...v1.2.1) (2024-11-20) diff --git a/package.json b/package.json index 97ff942..96a76fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "scripts": { "commit": "git-cz",