From b11aa829a67d1bc564de6172998bcffd92ef317c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Jul 2021 19:26:45 +0000 Subject: [PATCH] chore(release): Release 0.1.4 ## [0.1.4](https://github.com/codeoverflow-org/nodecg-io-cli/compare/v0.1.3...v0.1.4) (2021-07-18) ### Bug Fixes * **install:** fix incorrect concurrency option when creating a dev install ([#15](https://github.com/codeoverflow-org/nodecg-io-cli/issues/15)) ([e2fd78b](https://github.com/codeoverflow-org/nodecg-io-cli/commit/e2fd78bc7e56133e0c699d988a7eef2a4b2bcf0d)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ada42cd..dd13191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "nodecg-io-cli", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index d23394d..913f2b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-io-cli", - "version": "0.1.3", + "version": "0.1.4", "description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io bundle related development.", "main": "index.js", "scripts": {