Skip to content

Commit

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

### Bug Fixes

* Should not start multiple instances ([4f35dce](4f35dce))

### Features

* Add daemon mode ([b460b1c](b460b1c))
* Add IPC to enable commands from different processes ([f0bc52c](f0bc52c))
* Add logging to file ([aab4e4e](aab4e4e))
  • Loading branch information
semantic-release-bot committed Jun 15, 2020
1 parent ea4a017 commit b02a909
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.14.0-rc.1](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0...v1.14.0-rc.1) (2020-06-15)


### Bug Fixes

* Should not start multiple instances ([4f35dce](https://github.com/schw4rzlicht/twitch2ma/commit/4f35dce3dbb0f0c2a8dff03c1893bbce8b3a3486))


### Features

* Add daemon mode ([b460b1c](https://github.com/schw4rzlicht/twitch2ma/commit/b460b1c2a178e62890182a546a20a79d39425ff2))
* Add IPC to enable commands from different processes ([f0bc52c](https://github.com/schw4rzlicht/twitch2ma/commit/f0bc52c8473e8e63ba5fdd12c9b41fb3f389f753))
* Add logging to file ([aab4e4e](https://github.com/schw4rzlicht/twitch2ma/commit/aab4e4e595c645879820ca17239f858855192d1f))

# [1.13.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.12.0...v1.13.0) (2020-06-15)


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.13.0",
"version": "1.14.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 b02a909

Please sign in to comment.