From b38ea04cd9a0f9100f27302e907d5e684c59fb38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 01:47:46 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.12.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.11.1...v1.12.0) (2024-12-07) ### Features * ✨ initial tasks application/domain/interface-adapters ([f035696](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/f0356965d21dfe02655007371de461a76c6a69ce)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2286a03..01286e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.11.1...v1.12.0) (2024-12-07) + + +### Features + +* ✨ initial tasks application/domain/interface-adapters ([f035696](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/f0356965d21dfe02655007371de461a76c6a69ce)) + ## [1.11.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.11.0...v1.11.1) (2024-12-05) diff --git a/package.json b/package.json index 42a486a..3419a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.11.1", + "version": "1.12.0", "license": "MIT", "scripts": { "commit": "git-cz",