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",