Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Mar 28, 2017
1 parent 56dd12c commit c450e92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/bcoe/optional-dev-dependency/compare/v2.0.0...v2.0.1) (2017-03-28)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.3.0...v2.0.0) (2016-11-08)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "optional-dev-dependency",
"version": "2.0.0",
"version": "2.0.1",
"description": "try to install an optional development dependency, YOLO if you can't.",
"main": "index.js",
"bin": "./bin/odd.js",
Expand Down Expand Up @@ -48,4 +48,4 @@
"engines": {
"node": ">=4"
}
}
}

0 comments on commit c450e92

Please sign in to comment.