From f6d40a6b032c780f0082b91d8ad5f92a970b3242 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Jun 2020 19:46:51 +0000 Subject: [PATCH] chore(release): 1.13.0-rc.13 [skip ci] # [1.13.0-rc.13](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.12...v1.13.0-rc.13) (2020-06-15) ### Bug Fixes * Error handling for Twitch chat client ([dc0fda9](https://github.com/schw4rzlicht/twitch2ma/commit/dc0fda9bd6e9802395cb55769ed3e48e50def010)) --- 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 ca28660..758a192 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0-rc.13](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.12...v1.13.0-rc.13) (2020-06-15) + + +### Bug Fixes + +* Error handling for Twitch chat client ([dc0fda9](https://github.com/schw4rzlicht/twitch2ma/commit/dc0fda9bd6e9802395cb55769ed3e48e50def010)) + # [1.13.0-rc.12](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0-rc.11...v1.13.0-rc.12) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index 3089ad8..29dddcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.13.0-rc.12", + "version": "1.13.0-rc.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a5eedc..4824c5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.13.0-rc.12", + "version": "1.13.0-rc.13", "description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",