From cc24ade7103d83dc4f3496a6501511f9df738127 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jun 2020 21:58:21 +0000 Subject: [PATCH] chore(release): 1.14.4 [skip ci] ## [1.14.4](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.3...v1.14.4) (2020-06-17) ### Bug Fixes * Add missing production dependency strip-ansi ([70ac395](https://github.com/schw4rzlicht/twitch2ma/commit/70ac3957f52d4914bcbb4578c6639448a5939505)) --- 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 29a4163..5c7bd07 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.4](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.3...v1.14.4) (2020-06-17) + + +### Bug Fixes + +* Add missing production dependency strip-ansi ([70ac395](https://github.com/schw4rzlicht/twitch2ma/commit/70ac3957f52d4914bcbb4578c6639448a5939505)) + ## [1.14.3](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.2...v1.14.3) (2020-06-17) diff --git a/package-lock.json b/package-lock.json index 03ea84b..dffc504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.3", + "version": "1.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ce855b..cb99a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.3", + "version": "1.14.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",