From 26a839472058a1817f24d8ca41a74f41bc4f98ab Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 28 Jan 2020 09:36:56 -0800 Subject: [PATCH] chore(release): 10.2.2 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9351917..74da622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. + +## [10.2.2](https://github.com/npm/npx/compare/v10.2.1...v10.2.2) (2020-01-28) + + +### Bug Fixes + +* correct Kat's github url ([9a23db1](https://github.com/npm/npx/commit/9a23db1)) +* install latest npm on travis for node 6 ([e0eb3cb](https://github.com/npm/npx/commit/e0eb3cb)) +* Update changelog to fix old issue links ([3733137](https://github.com/npm/npx/commit/3733137)) + + + # [10.2.0](https://github.com/npm/npx/compare/v10.1.1...v10.2.0) (2018-04-13) diff --git a/package-lock.json b/package-lock.json index 6529808..ffd5c26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "10.2.0", + "version": "10.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3ba81a..83a9921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "10.2.1", + "version": "10.2.2", "description": "support library for npx -- an tool for executing npm-based packages.", "main": "index.js", "man": "./libnpx.1",