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

Commit d7a014f

Browse files
committed
chore(release): 2.1.0
1 parent 9169ec6 commit d7a014f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

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="2.1.0"></a>
6+
# [2.1.0](https://github.com/npm/lifecycle/compare/v2.0.3...v2.1.0) (2018-08-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **windows:** revert writing all possible cases of PATH variables ([#22](https://github.com/npm/lifecycle/issues/22)) ([8fcaa21](https://github.com/npm/lifecycle/commit/8fcaa21)), closes [#20](https://github.com/npm/lifecycle/issues/20)
12+
13+
14+
### Features
15+
16+
* **ci:** add node@10 to CI ([e206aa0](https://github.com/npm/lifecycle/commit/e206aa0))
17+
18+
19+
520
<a name="2.0.3"></a>
621
## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16)
722

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": "2.0.3",
3+
"version": "2.1.0",
44
"description": "JavaScript package lifecycle hook runner",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)