diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce8d46f..1cd8653 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.1.1](https://github.com/zkat/npx/compare/v10.1.0...v10.1.1) (2018-04-12)
+
+
+
# [10.1.0](https://github.com/zkat/npx/compare/v10.0.1...v10.1.0) (2018-04-12)
diff --git a/package-lock.json b/package-lock.json
index d975fe3..7b5dd07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "libnpx",
- "version": "10.1.0",
+ "version": "10.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c9adfed..54dd8f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpx",
- "version": "10.1.0",
+ "version": "10.1.1",
"description": "support library for npx -- an tool for executing npm-based packages.",
"main": "index.js",
"man": "./libnpx.1",