Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jriecken committed Dec 3, 2019
1 parent 8c90204 commit b7cbf67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dependency Graph Changelog

## 0.8.1 (December 3, 2019)

- Ensure all nodes are included in overallOrder when cycles are allowed. (Fixes #33)

## 0.8.0 (December 11, 2018)

- Add a `DepGraphCycleError` with cyclePath property - thanks [jhugman](https://github.com/jhugman)!
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jim Riecken <[email protected]>",
"keywords": [
"dependency",
"graph"
],
"license": {
"type": "MIT",
"url": "http://github.com/jriecken/dependency-graph/raw/master/LICENSE"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jriecken/dependency-graph.git"
Expand Down

0 comments on commit b7cbf67

Please sign in to comment.