Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-11-11)

### Bug Fixes

* **actions:** correct clip index displayed on 'Select Clip' action ([2d9e2d5](2d9e2d5))
* add checks for missing ip ([f7b7da3](f7b7da3))
* **api:** add missing config check ([f00d85d](f00d85d))
* change background color of select clip preset to red ([26854cf](26854cf))
* **config:** set port config to only accept 3000 ([f07e489](f07e489))
* **config:** update interval config option description ([fe09a39](fe09a39))
* **feedbacks:** correct clip index displayed on 'Current Clip' feedback ([1c15d28](1c15d28))
* **variables:** correct value of  vabiable ([b64456a](b64456a))

### Features

* **actions:** add ability to select clip from a custom variable ([8079935](8079935))
* add configs ([87b4ad9](87b4ad9))
* add initial actions/variables/feedbacks ([52d59f4](52d59f4))
* add initial presets ([8201893](8201893))
  • Loading branch information
estilles committed Nov 11, 2021
1 parent d97aff5 commit 4426897
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 1.0.0 (2021-11-11)


### Bug Fixes

* **actions:** correct clip index displayed on 'Select Clip' action ([2d9e2d5](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/2d9e2d5cae29f3e75df653ad2a0c92f6431a0af4))
* add checks for missing ip ([f7b7da3](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/f7b7da3e258c92a6d392a7ad12fc31a5aa76da75))
* **api:** add missing config check ([f00d85d](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/f00d85d8825a4aa24ca438488e855836be915915))
* change background color of select clip preset to red ([26854cf](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/26854cf432dfd6cd220b4e7b052c113e3fe6e539))
* **config:** set port config to only accept 3000 ([f07e489](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/f07e489ff7a619866d1a1449cfa4fea6e6d8afe6))
* **config:** update interval config option description ([fe09a39](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/fe09a3993a84275645241f7f4a69d7d744c3d108))
* **feedbacks:** correct clip index displayed on 'Current Clip' feedback ([1c15d28](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/1c15d2834d801b3247c77167d920a8dcb83baec2))
* **variables:** correct value of vabiable ([b64456a](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/b64456a73f09e4919aa5a9bbf4b1e6cffbb38c30))


### Features

* **actions:** add ability to select clip from a custom variable ([8079935](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/8079935d125cf2cbf90f04aea6da9a10740a5d9c))
* add configs ([87b4ad9](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/87b4ad9896728503b4fa0f1ec13a8abc119d4227))
* add initial actions/variables/feedbacks ([52d59f4](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/52d59f4a627132263df033f8a562c3636f7b7137))
* add initial presets ([8201893](https://github.com/bitfocus/companion-module-bytehive-playoutbee/commit/82018932d6a3783ab4fd08cd734f4d4baa1525e8))

## [1.0.3](https://github.com/estilles/companion-module-bytehive-playoutbee/compare/v1.0.2...v1.0.3) (2021-11-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytehive-playoutbee",
"version": "1.0.3",
"version": "1.0.0",
"description": "PlayoutBee module for Companion",
"manufacturer": "ByteHive",
"product": [
Expand Down

0 comments on commit 4426897

Please sign in to comment.