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

- old
+ new

@@ -1,8 +1,13 @@ # Change Log ## Unreleased +## 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. + ## Version 0.5.1 - 2018-10-15 * Fix a bug with dependencies_of where it wouldn't match components further down the list of umbrella's dependencies * Bumps Thor version from 0.19.4 to a range (< 2.0, >= 0.18.1) compatible with railties