diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8cf51..05065ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/nodecg/nodecg-obs/compare/v5.0.6...v6.0.0) (2019-04-02) + + +### chore + +* **package:** update obs-websocket-js ([cd98e83](https://github.com/nodecg/nodecg-obs/commit/cd98e83)) + + +### BREAKING CHANGES + +* **package:** Updated obs-websocket-js to v3. See https://github.com/haganbmj/obs-websocket-js#upgrading-from-2x-to-3x for migration steps. + + + + + ## [5.0.6](https://github.com/nodecg/nodecg-obs/compare/v5.0.5...v5.0.6) (2019-01-12) diff --git a/lerna.json b/lerna.json index 96396c5..8a2c0d2 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "packages": [ "packages/*" ], - "version": "5.0.6" + "version": "6.0.0" } diff --git a/packages/nodecg-obs-scene/CHANGELOG.md b/packages/nodecg-obs-scene/CHANGELOG.md index 1aad12c..dc8216a 100644 --- a/packages/nodecg-obs-scene/CHANGELOG.md +++ b/packages/nodecg-obs-scene/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [6.0.0](https://github.com/nodecg/nodecg-obs/compare/v5.0.6...v6.0.0) (2019-04-02) + +**Note:** Version bump only for package nodecg-obs-scene + + + + + # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/nodecg-obs-scene/package.json b/packages/nodecg-obs-scene/package.json index e1e8010..289a453 100644 --- a/packages/nodecg-obs-scene/package.json +++ b/packages/nodecg-obs-scene/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-obs-scene", - "version": "5.0.0", + "version": "6.0.0", "description": "A NodeCG utility that provides a UI for configuring a connection to OBS via obs-websocket", "main": "nodecg-obs-scene.html", "files": [ diff --git a/packages/nodecg-utility-obs/CHANGELOG.md b/packages/nodecg-utility-obs/CHANGELOG.md index df6b722..00493d7 100644 --- a/packages/nodecg-utility-obs/CHANGELOG.md +++ b/packages/nodecg-utility-obs/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/nodecg/nodecg-obs/compare/v5.0.6...v6.0.0) (2019-04-02) + + +### chore + +* **package:** update obs-websocket-js ([cd98e83](https://github.com/nodecg/nodecg-obs/commit/cd98e83)) + + +### BREAKING CHANGES + +* **package:** Updated obs-websocket-js to v3. See https://github.com/haganbmj/obs-websocket-js#upgrading-from-2x-to-3x for migration steps. + + + + + ## [5.0.6](https://github.com/nodecg/nodecg-obs/compare/v5.0.5...v5.0.6) (2019-01-12) diff --git a/packages/nodecg-utility-obs/package.json b/packages/nodecg-utility-obs/package.json index 6edd593..a7b7347 100644 --- a/packages/nodecg-utility-obs/package.json +++ b/packages/nodecg-utility-obs/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-utility-obs", - "version": "5.0.6", + "version": "6.0.0", "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", diff --git a/packages/nodecg-widget-obs/CHANGELOG.md b/packages/nodecg-widget-obs/CHANGELOG.md index f381aef..4a19313 100644 --- a/packages/nodecg-widget-obs/CHANGELOG.md +++ b/packages/nodecg-widget-obs/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [6.0.0](https://github.com/nodecg/nodecg-obs/compare/v5.0.6...v6.0.0) (2019-04-02) + +**Note:** Version bump only for package nodecg-widget-obs + + + + + # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/nodecg-widget-obs/package.json b/packages/nodecg-widget-obs/package.json index 308de3a..8e9d599 100644 --- a/packages/nodecg-widget-obs/package.json +++ b/packages/nodecg-widget-obs/package.json @@ -1,6 +1,6 @@ { "name": "nodecg-widget-obs", - "version": "5.0.0", + "version": "6.0.0", "description": "A NodeCG utility that provides a UI for configuring a connection to OBS via obs-websocket", "main": "nodecg-widget-obs.html", "files": [