diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aec8bae..cc35a30 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.9.0...v1.10.0) (2020-06-06) + + +### Features + +* Add update notification ([23d57b5](https://github.com/schw4rzlicht/twitch2ma/commit/23d57b5a0dd4d72c4d3cc79df683e90efa8c07cd)) + # [1.9.0](https://github.com/schw4rzlicht/twitch2ma/compare/v1.8.1...v1.9.0) (2020-06-05) diff --git a/package-lock.json b/package-lock.json index 46f85e2..26bb1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 387593e..05e490a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch2ma", - "version": "1.9.0", + "version": "1.10.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",