diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b98fa8..6054262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## [1.0.1](https://github.com/datitisev/DiscordBot-Yappy/compare/v1.0.0...v1.0.1) (2017-05-14) + + +### Bug Fixes + +* **dependencies:** update mongoose[@4](https://github.com/4).9.9 ([610dfcb](https://github.com/datitisev/DiscordBot-Yappy/commit/610dfcb)) +* **snyk:** run `snyk wizard` and fix a few vulnerabilities ([14f7469](https://github.com/datitisev/DiscordBot-Yappy/commit/14f7469)) +* **snyk:** run `snyk wizard` once again ([e10173d](https://github.com/datitisev/DiscordBot-Yappy/commit/e10173d)) +* **web:** add error handling and log error ([b52f33d](https://github.com/datitisev/DiscordBot-Yappy/commit/b52f33d)) +* **web:** fix channels with repo handling, expected `channelId` instead of `channelID` ([5489e09](https://github.com/datitisev/DiscordBot-Yappy/commit/5489e09)) + + + # 1.0.0 (2017-05-13) diff --git a/package.json b/package.json index d38b5c1..3de1363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DiscordBot-YappyGitlab", - "version": "1.0.0", + "version": "1.0.1", "description": "A Gitlab repo monitor bot for Discord", "main": "lib/index.js", "private": true, @@ -47,4 +47,4 @@ "postman-jsdoc-theme": "^0.0.2" }, "snyk": true -} \ No newline at end of file +}