Skip to content

Commit

Permalink
chore(main): release 8.7.0 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 26, 2024
1 parent 770738b commit 15d3992
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [8.7.0](https://github.com/nodecg/nodecg-cli/compare/v8.6.8...v8.7.0) (2024-12-26)


### Features

* update commander and inquirer ([#109](https://github.com/nodecg/nodecg-cli/issues/109)) ([579b79e](https://github.com/nodecg/nodecg-cli/commit/579b79ed255875e76cb06b453a54f150f6f76172))
* update node version to 18/20/22 ([#98](https://github.com/nodecg/nodecg-cli/issues/98)) ([9990349](https://github.com/nodecg/nodecg-cli/commit/999034977350695e4c09fbf12446e900743f81db))
* use esm and update packages ([#108](https://github.com/nodecg/nodecg-cli/issues/108)) ([058be35](https://github.com/nodecg/nodecg-cli/commit/058be35204e48ee989161b96f7cc36b7b5eeb904))


### Bug Fixes

* remove __dirname ([#113](https://github.com/nodecg/nodecg-cli/issues/113)) ([8c9a033](https://github.com/nodecg/nodecg-cli/commit/8c9a033dce5630f6ef0edf5515ffdc8f1f673f6d))
* remove node-fetch ([#102](https://github.com/nodecg/nodecg-cli/issues/102)) ([50a6323](https://github.com/nodecg/nodecg-cli/commit/50a632382fba9a05f087042d78dde09ae3c96997))

## [8.6.8](https://github.com/nodecg/nodecg-cli/compare/v8.6.7...v8.6.8) (2023-06-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecg-cli",
"version": "8.6.8",
"version": "8.7.0",
"description": "The NodeCG command line interface.",
"bugs": {
"url": "http://github.com/nodecg/nodecg-cli/issues"
Expand Down

0 comments on commit 15d3992

Please sign in to comment.