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

Commit bfaaaa6

Browse files
committedApr 12, 2018
chore(release): 10.1.0
1 parent 46dc336 commit bfaaaa6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="10.1.0"></a>
6+
# [10.1.0](https://github.com/zkat/npx/compare/v10.0.1...v10.1.0) (2018-04-12)
7+
8+
9+
### Features
10+
11+
* **spawn:** add --always-spawn to opt out of process takeover optimization feature ([#172](https://github.com/zkat/npx/issues/172)) ([c0d6abc](https://github.com/zkat/npx/commit/c0d6abc))
12+
13+
14+
515
<a name="10.0.1"></a>
616
## [10.0.1](https://github.com/zkat/npx/compare/v10.0.0...v10.0.1) (2018-03-08)
717

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpx",
3-
"version": "10.0.1",
3+
"version": "10.1.0",
44
"description": "support library for npx -- an tool for executing npm-based packages.",
55
"main": "index.js",
66
"man": "./libnpx.1",

0 commit comments

Comments
 (0)
This repository has been archived.