Skip to content

Commit

Permalink
chore(release): 1.13.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0-rc.1](v1.12.0...v1.13.0-rc.1) (2020-06-10)

### Bug Fixes

* Enable graceful shutdown ([24272bd](24272bd))
* Fix line numbers being wrong in index tests (see evanw/node-source-map-support#279) ([56fd884](56fd884))
* Graceful closing connections ([9b2ceb7](9b2ceb7))
* Improve graceful shutdown ([626430d](626430d))

### Features

* Add command to log when permissions are denied ([40bdf94](40bdf94))
* Add sACN lock ([c3a08c5](c3a08c5)), closes [#2](#2)
  • Loading branch information
semantic-release-bot committed Jun 10, 2020
1 parent c306294 commit 4615c01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.13.0-rc.1](https://github.com/schw4rzlicht/twitch2ma/compare/v1.12.0...v1.13.0-rc.1) (2020-06-10)


### Bug Fixes

* Enable graceful shutdown ([24272bd](https://github.com/schw4rzlicht/twitch2ma/commit/24272bd573d25c232d7b245f854fd6f30bc6e247))
* Fix line numbers being wrong in index tests (see https://github.com/evanw/node-source-map-support/issues/279) ([56fd884](https://github.com/schw4rzlicht/twitch2ma/commit/56fd884de80b20ff87fab071604701685c8a36ec))
* Graceful closing connections ([9b2ceb7](https://github.com/schw4rzlicht/twitch2ma/commit/9b2ceb75ef02a6acd0279f659db1e250d13b6c42))
* Improve graceful shutdown ([626430d](https://github.com/schw4rzlicht/twitch2ma/commit/626430d16e8ec9eda9ce27aaa8f0a8a909ef47b0))


### Features

* Add command to log when permissions are denied ([40bdf94](https://github.com/schw4rzlicht/twitch2ma/commit/40bdf94b2742394993b91963729e4e9d6c8cb24e))
* Add sACN lock ([c3a08c5](https://github.com/schw4rzlicht/twitch2ma/commit/c3a08c544bcaa5b7d080fc8dcc6dc9a3b824422c)), closes [#2](https://github.com/schw4rzlicht/twitch2ma/issues/2)

# [1.12.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.11.0...v1.12.0) (2020-06-09)


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.12.0",
"version": "1.13.0-rc.1",
"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 4615c01

Please sign in to comment.