From d770e822b7613d7aeaeea8c49c8c5bac1276c357 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jun 2020 17:04:17 +0000 Subject: [PATCH] chore(release): 1.14.0-rc.4 [skip ci] # [1.14.0-rc.4](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.0-rc.3...v1.14.0-rc.4) (2020-06-16) ### Bug Fixes * Missing .env automatically leads to dev environment ([cc7577c](https://github.com/schw4rzlicht/twitch2ma/commit/cc7577ce03d62948d5991f4b5e75fcd600fe9c94)) --- 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 75a440f..4635b79 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0-rc.4](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.0-rc.3...v1.14.0-rc.4) (2020-06-16) + + +### Bug Fixes + +* Missing .env automatically leads to dev environment ([cc7577c](https://github.com/schw4rzlicht/twitch2ma/commit/cc7577ce03d62948d5991f4b5e75fcd600fe9c94)) + # [1.14.0-rc.3](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.0-rc.2...v1.14.0-rc.3) (2020-06-16) diff --git a/package-lock.json b/package-lock.json index 92d1b51..f82eacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.0-rc.3", + "version": "1.14.0-rc.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de755d8..93cb7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.0-rc.3", + "version": "1.14.0-rc.4", "description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",