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

Commit 26a8394

Browse files
committedJan 28, 2020
chore(release): 10.2.2
1 parent e0eb3cb commit 26a8394

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2"></a>
6+
## [10.2.2](https://github.com/npm/npx/compare/v10.2.1...v10.2.2) (2020-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* correct Kat's github url ([9a23db1](https://github.com/npm/npx/commit/9a23db1))
12+
* install latest npm on travis for node 6 ([e0eb3cb](https://github.com/npm/npx/commit/e0eb3cb))
13+
* Update changelog to fix old issue links ([3733137](https://github.com/npm/npx/commit/3733137))
14+
15+
16+
517
<a name="10.2.0"></a>
618
# [10.2.0](https://github.com/npm/npx/compare/v10.1.1...v10.2.0) (2018-04-13)
719

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