Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.4...v1.15.0) (2020-07-14)

### Bug Fixes

* drop-in replacement for node-sacn ([4999b7f](4999b7f))
* Reload sACNReceiver on config reload ([0c021c2](0c021c2))

### Features

* Reload sACN config ([d166035](d166035))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent be543f0 commit 627ebc9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.15.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.4...v1.15.0) (2020-07-14)


### Bug Fixes

* drop-in replacement for node-sacn ([4999b7f](https://github.com/schw4rzlicht/twitch2ma/commit/4999b7f8d8faea4132fde104d6e9663a9de99d63))
* Reload sACNReceiver on config reload ([0c021c2](https://github.com/schw4rzlicht/twitch2ma/commit/0c021c27de7d0b1414492b53401224a82dc1cce0))


### Features

* Reload sACN config ([d166035](https://github.com/schw4rzlicht/twitch2ma/commit/d166035a89adbe70c25c4ff75495570d7c014709))

# [1.15.0-rc.3](https://github.com/schw4rzlicht/twitch2ma/compare/v1.15.0-rc.2...v1.15.0-rc.3) (2020-06-19)

Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch2ma",
"version": "1.15.0-rc.3",
"version": "1.15.0",
"description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit 627ebc9

Please sign in to comment.