From 84eeb547522b8bdfcb0949d4a6a725613932ec85 Mon Sep 17 00:00:00 2001 From: claudiahdz Date: Mon, 20 Jul 2020 12:05:07 -0500 Subject: [PATCH] chore(release): 10.2.4 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f281a..d8ea8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.4](https://github.com/npm/npx/compare/v10.2.3...v10.2.4) (2020-07-20) + + + ## [10.2.3](https://github.com/npm/npx/compare/v10.2.2...v10.2.3) (2020-03-24) diff --git a/package-lock.json b/package-lock.json index c10449a..53ee70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "10.2.3", + "version": "10.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0994eac..781728f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "10.2.3", + "version": "10.2.4", "description": "support library for npx -- an tool for executing npm-based packages.", "main": "index.js", "man": "./libnpx.1",