From dc19836333d420a4921f14f386a68bb4841dadee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:57:46 -0500 Subject: [PATCH] chore(master): release 8.6.6 (#94) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274c5d4..77e46f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. See [standa +## [8.6.6](https://github.com/nodecg/nodecg-cli/compare/v8.6.5...v8.6.6) (2023-06-11) + + +### Bug Fixes + +* force build to try to fix release-please ([e2ae645](https://github.com/nodecg/nodecg-cli/commit/e2ae6451be408d821d3211fea82ed1a95cf6db89)) + ## [8.6.5](https://github.com/nodecg/nodecg-cli/compare/v8.6.4...v8.6.5) (2023-06-11) diff --git a/package-lock.json b/package-lock.json index 3cb3ef8..4cdd816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodecg-cli", - "version": "8.6.5", + "version": "8.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodecg-cli", - "version": "8.6.5", + "version": "8.6.6", "license": "MIT", "dependencies": { "chalk": "3.0.0", diff --git a/package.json b/package.json index 3932d0f..1707b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-cli", - "version": "8.6.5", + "version": "8.6.6", "description": "The NodeCG command line interface.", "bugs": { "url": "http://github.com/nodecg/nodecg-cli/issues"