Skip to content

Commit 1e1a871

Browse files
author
Benjamin Coe
committed
chore(release): 1.4.0
1 parent b9c78d7 commit 1e1a871

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="1.4.0"></a>
6+
# [1.4.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.3.0...v1.4.0) (2016-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* simplify '@' splitting. ([#11](https://github.com/bcoe/optional-dev-dependency/issues/11)) ([99136ba](https://github.com/bcoe/optional-dev-dependency/commit/99136ba))
12+
13+
14+
### Features
15+
16+
* install from optionalDevDependencies stanza in package.json ([b9c78d7](https://github.com/bcoe/optional-dev-dependency/commit/b9c78d7))
17+
18+
19+
520
<a name="1.3.0"></a>
621
# [1.3.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.1.0...v1.3.0) (2016-07-08)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optional-dev-dependency",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "try to install an optional development dependency, YOLO if you can't.",
55
"main": "index.js",
66
"bin": "./bin/odd.js",

0 commit comments

Comments
 (0)