Skip to content

Commit

Permalink
chore(release): publish v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
from-the-river-to-the-sea committed Apr 2, 2019
1 parent a0767d9 commit 3be20db
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "5.0.6"
"version": "6.0.0"
}
13 changes: 13 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down
16 changes: 16 additions & 0 deletions packages/nodecg-utility-obs/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
13 changes: 13 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

0 comments on commit 3be20db

Please sign in to comment.