Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jul 8, 2016
1 parent d77ffb8 commit 036ceb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,17 @@
# Change Log

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="1.3.0"></a>
# [1.3.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.1.0...v1.3.0) (2016-07-08)


### Bug Fixes

* change win-spawn to cross-spawn. ([#8](https://github.com/bcoe/optional-dev-dependency/issues/8)) ([1e111c8](https://github.com/bcoe/optional-dev-dependency/commit/1e111c8))
* upgrade dependencies. add standard-version for release management ([#10](https://github.com/bcoe/optional-dev-dependency/issues/10)) ([d77ffb8](https://github.com/bcoe/optional-dev-dependency/commit/d77ffb8))


### Features

* use require.resolve instead of require to avoid executing code. ([#9](https://github.com/bcoe/optional-dev-dependency/issues/9)) ([ece888d](https://github.com/bcoe/optional-dev-dependency/commit/ece888d)), closes [#9](https://github.com/bcoe/optional-dev-dependency/issues/9)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "optional-dev-dependency",
"version": "1.2.0",
"version": "1.3.0",
"description": "try to install an optional development dependency, YOLO if you can't.",
"main": "index.js",
"bin": "./bin/odd.js",
Expand Down

0 comments on commit 036ceb1

Please sign in to comment.