From 0572bb307088633b3815f0a4cce9780063d6d1e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Apr 2021 13:48:03 +0000 Subject: [PATCH] chore(release): 1.14.3 [skip ci] ## [1.14.3](https://github.com/openupm/openupm-cli/compare/1.14.2...1.14.3) (2021-04-09) ### Bug Fixes * allow running cli with npx v7 ([cda0df3](https://github.com/openupm/openupm-cli/commit/cda0df35d7d252d61b4d15f5ba1c8f1b145d83e1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da3628d..256f7b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.3](https://github.com/openupm/openupm-cli/compare/1.14.2...1.14.3) (2021-04-09) + + +### Bug Fixes + +* allow running cli with npx v7 ([cda0df3](https://github.com/openupm/openupm-cli/commit/cda0df35d7d252d61b4d15f5ba1c8f1b145d83e1)) + ## [1.14.2](https://github.com/openupm/openupm-cli/compare/1.14.1...1.14.2) (2020-12-15) diff --git a/package.json b/package.json index 36d1f77f..002b7cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openupm-cli", - "version": "1.14.2", + "version": "1.14.3", "preferGlobal": true, "description": "openupm command line interface", "main": "index.js",