Skip to content

Commit

Permalink
docs(CHANGELOG.md): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainBacon committed Nov 11, 2015
1 parent 762a22b commit ecbb579
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.2.0"></a>
# [0.2.0](https://github.com/BrainBacon/Nodep/compare/0.1.0...v0.2.0) (2015-11-11)


### Features

* **nodep.js:** add dependency tree analysis ([fcba22a](https://github.com/BrainBacon/Nodep/commit/fcba22a)), closes [#1](https://github.com/BrainBacon/Nodep/issues/1)
* **nodep.js:** glob support for pattern matching ([762a22b](https://github.com/BrainBacon/Nodep/commit/762a22b)), closes [#2](https://github.com/BrainBacon/Nodep/issues/2)


### BREAKING CHANGES

* $p.load has now moved to $p.init



<a name="0.1.0"></a>
# [0.1.0](https://github.com/BrainBacon/Nodep/compare/0.1.0...v0.1.0) (2015-09-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodep",
"version": "0.1.0",
"version": "0.2.0",
"description": "Node.js dependency injection",
"main": "nodep.js",
"repository": {
Expand Down

0 comments on commit ecbb579

Please sign in to comment.