Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit ca5f920

Browse files
committed
chore(release): 2.0.0
1 parent ae94ed2 commit ca5f920

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/npm/lifecycle/compare/v1.0.3...v2.0.0) (2017-11-17)
7+
8+
9+
### Features
10+
11+
* **node-gyp:** use own node-gyp ([ae94ed2](https://github.com/npm/lifecycle/commit/ae94ed2))
12+
* **nodeOptions:** add "nodeOptions" option to set NODE_OPTIONS for child ([#7](https://github.com/npm/lifecycle/issues/7)) ([2eb7a38](https://github.com/npm/lifecycle/commit/2eb7a38))
13+
* **stdio:** add child process io options and default logging of piped stdout/err ([#3](https://github.com/npm/lifecycle/issues/3)) ([7b8281a](https://github.com/npm/lifecycle/commit/7b8281a))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **node-gyp:** Previously you had to bring your own node-gyp AND you had
19+
to provide access the way npm does, by having a `bin` dir with a
20+
`node-gyp-bin` in it.
21+
22+
Fixes: #4
23+
24+
25+
526
<a name="1.0.3"></a>
627
## [1.0.3](https://github.com/npm/lifecycle/compare/v1.0.2...v1.0.3) (2017-09-01)
728

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-lifecycle",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "JavaScript package lifecycle hook runner",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)