From 014b64482056619dc69bfa42413b1c30548ff393 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 05:35:00 +0000 Subject: [PATCH] chore(release): 1.16.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.16.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.15.0...v1.16.0) (2024-12-11) ### Features * ✨ add TaskStatusEnum ([4c2737f](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/4c2737feee8835b932442524e9c41536e3168da4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3071e1e..a0d2ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.15.0...v1.16.0) (2024-12-11) + + +### Features + +* ✨ add TaskStatusEnum ([4c2737f](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/4c2737feee8835b932442524e9c41536e3168da4)) + # [1.15.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.14.3...v1.15.0) (2024-12-10) diff --git a/package.json b/package.json index 70220b1..74d99dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "scripts": { "commit": "git-cz",