diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf6582..82e8324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.0](https://github.com/semrel-extra/topo/compare/v1.5.0...v1.6.0) (2023-03-16) + +### Features +* feat: mix graph sources to result ([fb00824](https://github.com/semrel-extra/topo/commit/fb00824ec8ce469febeca302104190cd4f5693f3)) + ## [1.5.0](https://github.com/semrel-extra/topo/compare/v1.4.4...v1.5.0) (2023-02-24) ### Features diff --git a/package.json b/package.json index e17c703..e0b2191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@semrel-extra/topo", - "version": "1.5.0", + "version": "1.6.0", "description": "Helper to resolve monorepo dependencies graph", "publishConfig": { "access": "public"