diff --git a/CHANGELOG.md b/CHANGELOG.md index 1387d66..5e6c4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Dependency Graph Changelog +## 0.11.0 (March 5, 2021) + +- Add `entryNodes` method that returns the nodes that nothing depends on - thanks [amcdnl](https://github.com/amcdnl)! + ## 0.10.0 (January 9, 2021) - Add `directDependenciesOf` and `directDependantsOf` methods for retrieving direct dependency information. (Fixes #40) diff --git a/package.json b/package.json index a70d4d7..d965899 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dependency-graph", "description": "Simple dependency graph.", - "version": "0.10.0", + "version": "0.11.0", "author": "Jim Riecken ", "keywords": [ "dependency",