Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 14, 2017
1 parent e10173d commit 25b2aeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.0.1"></a>
## [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))



<a name="1.0.0"></a>
# 1.0.0 (2017-05-13)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -47,4 +47,4 @@
"postman-jsdoc-theme": "^0.0.2"
},
"snyk": true
}
}

0 comments on commit 25b2aeb

Please sign in to comment.