From 1478062a40a495a0d2657be3acdf0e716ce2dbad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 11 Jul 2017 02:42:43 -0700 Subject: [PATCH] chore(release): 9.0.6 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5500b..32cfb10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [9.0.6](https://github.com/zkat/npx/compare/v9.0.5...v9.0.6) (2017-07-11) + + +### Bug Fixes + +* **auto-fallback:** fix syntax error in bash/zsh auto-fallback ([d8b19db](https://github.com/zkat/npx/commit/d8b19db)) + + + ## [9.0.5](https://github.com/zkat/npx/compare/v9.0.4...v9.0.5) (2017-07-11) diff --git a/package-lock.json b/package-lock.json index 4507a9a..0f27fb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "9.0.5", + "version": "9.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a4d3cb..dcdf6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libnpx", - "version": "9.0.5", + "version": "9.0.6", "description": "support library for npx -- an tool for executing npm-based packages.", "main": "test/util/npx-bin.js", "man": "./libnpx.1",