Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jriecken committed May 2, 2015
1 parent 68d3910 commit aec73c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Dependency Graph Changelog

## In development

## 0.2.0 (May 1, 2015)

- Removed dependency on Underscore - thanks [myndzi](https://github.com/myndzi)! (Fixes #1)

## 0.1.0 (May 18, 2013)

- Initial Release - extracted out of asset-smasher
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "0.1.0",
"version": "0.2.0",
"author": "Jim Riecken <[email protected]>",
"keywords": [
"dependency",
Expand All @@ -25,7 +25,7 @@
"dependencies": {},
"optionalDependencies": {},
"devDependencies": {
"jasmine-node": "1.7.1"
"jasmine-node": "1.14.5"
},
"engines": {
"node": ">= 0.6.0"
Expand Down

0 comments on commit aec73c5

Please sign in to comment.