Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
from-the-river-to-the-sea committed Jun 5, 2018
1 parent cf1563d commit ca4eeb2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

<a name="4.4.0"></a>
# [4.4.0](https://github.com/nodecg/nodecg-obs/compare/v4.3.1...v4.4.0) (2018-06-05)


### Features

* **nodecg-utility-obs:** forward all data from TransitionBegin event ([cf1563d](https://github.com/nodecg/nodecg-obs/commit/cf1563d))




<a name="4.3.1"></a>
## [4.3.1](https://github.com/nodecg/nodecg-obs/compare/v4.3.0...v4.3.1) (2018-06-01)

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

<a name="4.4.0"></a>
# [4.4.0](https://github.com/nodecg/nodecg-obs/compare/v4.3.1...v4.4.0) (2018-06-05)


### Features

* **nodecg-utility-obs:** forward all data from TransitionBegin event ([cf1563d](https://github.com/nodecg/nodecg-obs/commit/cf1563d))




<a name="4.3.1"></a>
## [4.3.1](https://github.com/nodecg/nodecg-obs/compare/v4.3.0...v4.3.1) (2018-06-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/nodecg-utility-obs/package.json
@@ -1,6 +1,6 @@
{
"name": "nodecg-utility-obs",
"version": "4.3.1",
"version": "4.4.0",
"description": "A NodeCG utility that exposes a set of Replicants, Messages, and other hooks for interacting with OBS via obs-websocket",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ca4eeb2

Please sign in to comment.