From 1353967ceca81496c3b948e6659f6750cb16f76d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Nov 2021 19:21:02 +0000 Subject: [PATCH] chore(release): Release 0.2.0 # [0.2.0](https://github.com/codeoverflow-org/nodecg-io-cli/compare/v0.1.5...v0.2.0) (2021-11-19) ### Features * add support for nodecg-io 0.2 ([#39](https://github.com/codeoverflow-org/nodecg-io-cli/issues/39)) ([7797f83](https://github.com/codeoverflow-org/nodecg-io-cli/commit/7797f83bc8fb460d29b9112bfb30ff2035548a53)) * **generate:** use nodecg-types in generated bundles ([#25](https://github.com/codeoverflow-org/nodecg-io-cli/issues/25)) ([6201338](https://github.com/codeoverflow-org/nodecg-io-cli/commit/6201338995074dd462ffcad9445f7fef2d872e56)) --- 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 6a7cf7a..5c7149a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodecg-io-cli", - "version": "0.1.5", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodecg-io-cli", - "version": "0.1.5", + "version": "0.2.0", "license": "MIT", "dependencies": { "axios": "^0.24.0", diff --git a/package.json b/package.json index 02010d8..bedee66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-io-cli", - "version": "0.1.5", + "version": "0.2.0", "description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io bundle related development.", "main": "index.js", "scripts": {