Skip to content

Commit

Permalink
Version bump and changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaza7 committed Jul 18, 2017
1 parent 8fbe08f commit f56cf38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 4.0.0
## Release phase

### 4.4.0
Improvements to help handler.
Added aliases to `dogfact` and `catfact`.
Changed API of `catfact` to a working version.
Change urbandictionary format to embed style.

### 4.3.0
Added Contributor Covenant Code of Conduct as per GitHub's new standards.
Reworked Docker container: Changed the way the database creation works (Migrated from Dockerfile to entrypoint.sh).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
<a href="http://nodejs.org"><img src="https://img.shields.io/badge/Node.js-6.9.1-blue.svg" alt="Node JS"></a>
<a href="http://npmjs.com"><img src="https://img.shields.io/badge/npm-4.0.5-blue.svg" alt="npm"></a>
<a><img src="https://img.shields.io/badge/Version-4.3.0-blue.svg" alt="Version"></a>
<a><img src="https://img.shields.io/badge/Version-4.4.0-blue.svg" alt="Version"></a>
<a href="https://discord.gg/wildbot"><img src="https://discordapp.com/api/guilds/110462143152803840/widget.png" alt="Discord server"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "WildBeast",
"version": "4.3.0",
"version": "4.4.0",
"description": "A Discord Bot",
"main": "DougBot.js",
"maintainers": [
Expand Down

0 comments on commit f56cf38

Please sign in to comment.