diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e3018e0..7adfbe5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.1](https://github.com/schw4rzlicht/twitch2ma/compare/v1.14.0...v1.14.1) (2020-06-16) + + +### Bug Fixes + +* Debug .env generation ([0e2a285](https://github.com/schw4rzlicht/twitch2ma/commit/0e2a28554b773c34bf8d9e4e048c3a05e6ae9f49)) + # [1.14.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.13.0...v1.14.0) (2020-06-16) diff --git a/package-lock.json b/package-lock.json index 83665f6..091e673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 838deec..abb3378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.14.0", + "version": "1.14.1", "description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",