From c302f2009df03b4fa200a5802f65e7b8d581fd1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 08:13:32 +0000 Subject: [PATCH] chore(release): 1.14.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.14.2](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.1...v1.14.2) (2024-12-10) ### Bug Fixes * 🐛 configService is undefined ([1a5bc5b](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/1a5bc5ba41e1581c19f834e7cf29adeabd932ba2)) * 🐛 remove auth module in subgraphql ([5c01a2d](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/5c01a2d19086bed904196ba51dd671b170a67745)) * 🐛 UserDto should be sharedable ([501b50a](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/501b50a575922918baf366db8316e0ceb16d27f5)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8aa3cc..53acf02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.14.2](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.1...v1.14.2) (2024-12-10) + + +### Bug Fixes + +* 🐛 configService is undefined ([1a5bc5b](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/1a5bc5ba41e1581c19f834e7cf29adeabd932ba2)) +* 🐛 remove auth module in subgraphql ([5c01a2d](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/5c01a2d19086bed904196ba51dd671b170a67745)) +* 🐛 UserDto should be sharedable ([501b50a](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/501b50a575922918baf366db8316e0ceb16d27f5)) + ## [1.14.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.0...v1.14.1) (2024-12-09) diff --git a/package.json b/package.json index 34e8c82..f51445b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.14.1", + "version": "1.14.2", "license": "MIT", "scripts": { "commit": "git-cz",