diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b6a06..347da24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.17.0...v1.17.1) (2024-12-13) + + +### Bug Fixes + +* **deps:** update dependencies ([80bffda](https://github.com/zhumeisongsong/graphql-federation-workspace/commit/80bffdaeac652cc1cded240ad9b4f91e515c1937)) + # [1.17.0](https://github.com/zhumeisongsong/graphql-federation-workspace/compare/v1.16.0...v1.17.0) (2024-12-11) diff --git a/package.json b/package.json index a9627d9..7d12590 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-federation-workspace/source", - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "scripts": { "commit": "git-cz",