From 31086193e24618938193b8a083d8f023b82a53af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jun 2020 20:11:00 +0000 Subject: [PATCH] chore(release): 1.13.0-rc.14 [skip ci] # [1.13.0-rc.14](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.13...v1.13.0-rc.14) (2020-06-15) ### Bug Fixes * Exit instead of throw ([fb5576f](https://github.com/schw4rzlicht/twitch2ma/commit/fb5576f9f9f35cfcf84e9dbebe5567b255492e57)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 758a192..5a783c7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0-rc.14](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.13...v1.13.0-rc.14) (2020-06-15) + + +### Bug Fixes + +* Exit instead of throw ([fb5576f](https://github.com/schw4rzlicht/twitch2ma/commit/fb5576f9f9f35cfcf84e9dbebe5567b255492e57)) + # [1.13.0-rc.13](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.12...v1.13.0-rc.13) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index 29dddcb..f66e7be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.13.0-rc.13", + "version": "1.13.0-rc.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4824c5e..5f41a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.13.0-rc.13", + "version": "1.13.0-rc.14", "description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",