CHANGELOG.md in cobra_commander-0.6.0 vs CHANGELOG.md in cobra_commander-0.6.1

- old
+ new

@@ -1,8 +1,12 @@ # Change Log ## Unreleased +## Version 0.6.1 - 2019-07-05 + +* Better supports yarn workspaces globbing by delegating to yarn to calculate the list of components rather than re-implementing in Ruby. PR [#34](https://github.com/powerhome/cobra_commander/pull/34) + ## Version 0.6.0 - 2019-07-03 * Tracks package.json `workspaces` in addition to `dependencies` and `devDependencies`. PR [#31](https://github.com/powerhome/cobra_commander/pull/31) * Permits caching the component tree of a project on disk to avoid calculating it repeatedly on subsequent cobra invocations.