Skip to content

Commit f56cf38

Browse files
committed
Version bump and changelog update.
1 parent 8fbe08f commit f56cf38

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 4.0.0
22
## Release phase
3+
4+
### 4.4.0
5+
Improvements to help handler.
6+
Added aliases to `dogfact` and `catfact`.
7+
Changed API of `catfact` to a working version.
8+
Change urbandictionary format to embed style.
9+
310
### 4.3.0
411
Added Contributor Covenant Code of Conduct as per GitHub's new standards.
512
Reworked Docker container: Changed the way the database creation works (Migrated from Dockerfile to entrypoint.sh).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p align="center">
55
<a href="http://nodejs.org"><img src="https://img.shields.io/badge/Node.js-6.9.1-blue.svg" alt="Node JS"></a>
66
<a href="http://npmjs.com"><img src="https://img.shields.io/badge/npm-4.0.5-blue.svg" alt="npm"></a>
7-
<a><img src="https://img.shields.io/badge/Version-4.3.0-blue.svg" alt="Version"></a>
7+
<a><img src="https://img.shields.io/badge/Version-4.4.0-blue.svg" alt="Version"></a>
88
<a href="https://discord.gg/wildbot"><img src="https://discordapp.com/api/guilds/110462143152803840/widget.png" alt="Discord server"></a>
99
</p>
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "WildBeast",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"description": "A Discord Bot",
66
"main": "DougBot.js",
77
"maintainers": [

0 commit comments

Comments
 (0)