From 8a3b0136ce308979a21f412b529638032f16a510 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 09:15:40 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.15.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.3...v1.15.0) (2024-12-10) ### Bug Fixes * 🐛 environment variable inconsistency ([12870f1](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/12870f1661d9b82557bf67bcfd64f6bbc8409d5a)) ### Features * ✨ add auth app ([0e660cb](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/0e660cb2669df923516742dd2f1d3b8387c21720)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ac9cd..3071e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.15.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.3...v1.15.0) (2024-12-10) + + +### Bug Fixes + +* 🐛 environment variable inconsistency ([12870f1](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/12870f1661d9b82557bf67bcfd64f6bbc8409d5a)) + + +### Features + +* ✨ add auth app ([0e660cb](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/0e660cb2669df923516742dd2f1d3b8387c21720)) + ## [1.14.3](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.2...v1.14.3) (2024-12-10) diff --git a/package.json b/package.json index 7e91b10..70220b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.14.3", + "version": "1.15.0", "license": "MIT", "scripts": { "commit": "git-cz",