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