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

Commit cf6437c

Browse files
committedApr 13, 2018
chore(release): 10.2.0
1 parent 3d87e8f commit cf6437c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2.0"></a>
6+
# [10.2.0](https://github.com/zkat/npx/compare/v10.1.1...v10.2.0) (2018-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** fix korean; 쉘 -> 셸 ([#163](https://github.com/zkat/npx/issues/163)) ([11d9fe0](https://github.com/zkat/npx/commit/11d9fe0))
12+
* **spawn:** spawn child processes with node without relying on the shebang. ([#174](https://github.com/zkat/npx/issues/174)) ([cba97bb](https://github.com/zkat/npx/commit/cba97bb))
13+
* **windows:** Allow spaces in the node path when using --node-arg ([#173](https://github.com/zkat/npx/issues/173)) ([fe0d48a](https://github.com/zkat/npx/commit/fe0d48a)), closes [#170](https://github.com/zkat/npx/issues/170)
14+
15+
16+
### Features
17+
18+
* **i18n:** add translation ([#159](https://github.com/zkat/npx/issues/159)) ([5da008b](https://github.com/zkat/npx/commit/5da008b))
19+
20+
21+
522
<a name="10.1.1"></a>
623
## [10.1.1](https://github.com/zkat/npx/compare/v10.1.0...v10.1.1) (2018-04-12)
724

‎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.1.1",
3+
"version": "10.2.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.