From 8efd8404c187d1be08fc06ff13df9e1b794947af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2024 14:29:56 +0000 Subject: [PATCH] chore(release): 1.11.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.11.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.11.0...v1.11.1) (2024-12-05) ### Bug Fixes * 🐛 can not return access token ([c6bf72b](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/c6bf72b37a378e8540de42a31d6e8cff90536843)) * 🐛 hard code ([9d96a99](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/9d96a9932a193cdfcb0268983132abdbca2fb05b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d049e5..2286a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.11.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.11.0...v1.11.1) (2024-12-05) + + +### Bug Fixes + +* 🐛 can not return access token ([c6bf72b](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/c6bf72b37a378e8540de42a31d6e8cff90536843)) +* 🐛 hard code ([9d96a99](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/9d96a9932a193cdfcb0268983132abdbca2fb05b)) + # [1.11.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.10.0...v1.11.0) (2024-12-04) diff --git a/package.json b/package.json index c809e4e..42a486a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.11.0", + "version": "1.11.1", "license": "MIT", "scripts": { "commit": "git-cz",