Skip to content

Commit

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

### Bug Fixes

* Custom SocketError ([922d470](922d470))
* Deprecation warning of sentry-cli ([7a1efe0](7a1efe0))
* Logfile reference error ([af67cb5](af67cb5))
* Missing .env automatically leads to dev environment ([cc7577c](cc7577c))
* Print right environment to .env on build ([a3b1f80](a3b1f80))
* semantic-release exec scripts ([1daea65](1daea65))
* 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 16, 2020
1 parent d89f547 commit 0664a55
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.14.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0...v1.14.0) (2020-06-16)


### Bug Fixes

* Custom SocketError ([922d470](https://github.com/schw4rzlicht/twitch2ma/commit/922d470fae467265c0f19f68abad05af0eb02576))
* Deprecation warning of sentry-cli ([7a1efe0](https://github.com/schw4rzlicht/twitch2ma/commit/7a1efe044692701ce9c72f8aede534d01aa5d3c8))
* Logfile reference error ([af67cb5](https://github.com/schw4rzlicht/twitch2ma/commit/af67cb5e4fc112ec4080882467fbbede7fc0d7c1))
* Missing .env automatically leads to dev environment ([cc7577c](https://github.com/schw4rzlicht/twitch2ma/commit/cc7577ce03d62948d5991f4b5e75fcd600fe9c94))
* Print right environment to .env on build ([a3b1f80](https://github.com/schw4rzlicht/twitch2ma/commit/a3b1f80f119cf5f0d1186d9c1471347a151d4a39))
* semantic-release exec scripts ([1daea65](https://github.com/schw4rzlicht/twitch2ma/commit/1daea65233390958a45fdadde722048e21f51fe3))
* 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.14.0-rc.6](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.0-rc.5...v1.14.0-rc.6) (2020-06-16)


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.14.0-rc.6",
"version": "1.14.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 0664a55

Please sign in to comment.