Skip to content

Commit a100536

Browse files
committed
Republish v1.4.0 as 2.0.0.
1 parent 1e1a871 commit a100536

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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)
5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.3.0...v2.0.0) (2016-11-08)
77

88

99
### Bug Fixes
@@ -15,7 +15,11 @@ All notable changes to this project will be documented in this file. See [standa
1515

1616
* install from optionalDevDependencies stanza in package.json ([b9c78d7](https://github.com/bcoe/optional-dev-dependency/commit/b9c78d7))
1717

18+
<a name="1.4.0"></a>
19+
# [1.4.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.3.0...v1.4.0) (2016-10-25)
1820

21+
Version 1.4 was unpublished on 2016-11-08, in response to bug #16, since it
22+
broke backward compatibility for old node versions.
1923

2024
<a name="1.3.0"></a>
2125
# [1.3.0](https://github.com/bcoe/optional-dev-dependency/compare/v1.1.0...v1.3.0) (2016-07-08)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"homepage": "https://github.com/bcoe/optional-dev-dependency#readme",
3333
"dependencies": {
3434
"async": "^2.1.2",
35-
"cross-spawn": "^4.0.2",
35+
"cross-spawn": "^5.0.1",
3636
"lodash.assign": "^4.2.0",
37-
"yargs": "^6.2.0"
37+
"yargs": "^6.3.0"
3838
},
3939
"devDependencies": {
4040
"chai": "^3.5.0",
4141
"coveralls": "^2.11.4",
4242
"mocha": "^3.1.2",
43-
"nyc": "^8.3.1",
43+
"nyc": "^8.4.0",
4444
"rimraf": "^2.5.4",
45-
"standard": "^8.4.0",
45+
"standard": "^8.5.0",
4646
"standard-version": "^3.0.0"
4747
},
4848
"engines": {

0 commit comments

Comments
 (0)