diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cc35a30..e417957 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.10.0...v1.11.0) (2020-06-07) + + +### Features + +* Add console logs for permissions ([3928982](https://github.com/schw4rzlicht/twitch2ma/commit/3928982b29ba20783c29f0e6b0b2e97e80366252)) + # [1.10.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.9.0...v1.10.0) (2020-06-06) diff --git a/package-lock.json b/package-lock.json index 26bb1ed..e457897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05e490a..7d4db2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.10.0", + "version": "1.11.0", "description": "Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",