From 9c33d3950ee330328feb7511e61e75191882e168 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2024 09:41:59 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.6.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.5.0...v1.6.0) (2024-12-02) ### Features * ✨ use awsCognitoService in AuthService ([c4c5889](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/c4c5889cf9ed915699a629a85d312d3b4d153a33)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a603b..dfbe739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.5.0...v1.6.0) (2024-12-02) + + +### Features + +* ✨ use awsCognitoService in AuthService ([c4c5889](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/c4c5889cf9ed915699a629a85d312d3b4d153a33)) + # [1.5.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.4.1...v1.5.0) (2024-12-02) diff --git a/package.json b/package.json index e7bcea9..1539e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "scripts": { "commit": "git-cz",