From 9303249561948040796f6d3c28c9defc86a11374 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 01:13:04 +0100 Subject: [PATCH] chore(main): release 9.0.2 (#133) 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 e83d48f..dedfab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/nodecg/nodecg-cli/compare/v9.0.1...v9.0.2) (2025-01-05) + + +### Bug Fixes + +* windows npm install ([#132](https://github.com/nodecg/nodecg-cli/issues/132)) ([d042394](https://github.com/nodecg/nodecg-cli/commit/d0423942b11bfced0c5d94a44f909cac92d53eb3)) + ## [9.0.1](https://github.com/nodecg/nodecg-cli/compare/v9.0.0...v9.0.1) (2025-01-03) diff --git a/package-lock.json b/package-lock.json index c5d5001..a106872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodecg-cli", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodecg-cli", - "version": "9.0.1", + "version": "9.0.2", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.2.1", diff --git a/package.json b/package.json index c5f3216..7f558ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-cli", - "version": "9.0.1", + "version": "9.0.2", "description": "The NodeCG command line interface.", "bugs": { "url": "http://github.com/nodecg/nodecg-cli/issues"