Skip to content

Commit

Permalink
chore(release): publish v6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Dec 11, 2020
1 parent f313a9d commit 9295a24
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.7](https://github.com/nodecg/nodecg-obs/compare/v6.1.6...v6.1.7) (2020-12-11)


### Bug Fixes

* update nodecg ([f313a9d](https://github.com/nodecg/nodecg-obs/commit/f313a9d45387c7c4bc10121b7e5fbec45bf69f8b))





## [6.1.6](https://github.com/nodecg/nodecg-obs/compare/v6.1.5...v6.1.6) (2020-11-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "6.1.6"
"version": "6.1.7"
}
8 changes: 8 additions & 0 deletions packages/nodecg-obs-scene/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.7](https://github.com/nodecg/nodecg-obs/compare/v6.1.6...v6.1.7) (2020-12-11)

**Note:** Version bump only for package nodecg-obs-scene





## [6.1.6](https://github.com/nodecg/nodecg-obs/compare/v6.1.5...v6.1.6) (2020-11-06)

**Note:** Version bump only for package nodecg-obs-scene
Expand Down
2 changes: 1 addition & 1 deletion packages/nodecg-obs-scene/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 packages/nodecg-obs-scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecg-obs-scene",
"version": "6.1.6",
"version": "6.1.7",
"description": "A NodeCG utility that provides a UI for configuring a connection to OBS via obs-websocket",
"main": "nodecg-obs-scene.html",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/nodecg-utility-obs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.7](https://github.com/nodecg/nodecg-obs/compare/v6.1.6...v6.1.7) (2020-12-11)

**Note:** Version bump only for package nodecg-utility-obs





## [6.1.6](https://github.com/nodecg/nodecg-obs/compare/v6.1.5...v6.1.6) (2020-11-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/nodecg-utility-obs/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 packages/nodecg-utility-obs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecg-utility-obs",
"version": "6.1.6",
"version": "6.1.7",
"description": "A NodeCG utility that exposes a set of Replicants, Messages, and other hooks for interacting with OBS via obs-websocket",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/nodecg-widget-obs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.7](https://github.com/nodecg/nodecg-obs/compare/v6.1.6...v6.1.7) (2020-12-11)

**Note:** Version bump only for package nodecg-widget-obs





## [6.1.6](https://github.com/nodecg/nodecg-obs/compare/v6.1.5...v6.1.6) (2020-11-06)

**Note:** Version bump only for package nodecg-widget-obs
Expand Down
2 changes: 1 addition & 1 deletion packages/nodecg-widget-obs/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 packages/nodecg-widget-obs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecg-widget-obs",
"version": "6.1.6",
"version": "6.1.7",
"description": "A NodeCG utility that provides a UI for configuring a connection to OBS via obs-websocket",
"main": "nodecg-widget-obs.html",
"files": [
Expand Down

0 comments on commit 9295a24

Please sign in to comment.