Skip to content

Commit

Permalink
add 1.1.1 changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgauthier committed Mar 20, 2019
1 parent 05259a7 commit c95b5b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelogs/1.1.1_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# TaylorBot Release Notes 📝
`v1.1.1` - `2019.03.20`

- Add banks and failure messages to **Heist** command as well as change odds across the board to make successful heists easier to achieve. 🕵️‍

- Clarify text of **Heist** command. 👓

- Use data from set **Birthday** attributes for age stats in **ServerStats** command. 📊

- Add more parsing options for **Birthday** attribute. Should be easier to set. 📖

- Fixed a bug that caused **LastFmCollage** command to show previously cached discord preview. 🐛

- Extracted minute/messages/words module so that it can continue running during an update. ⚡

- Lots of minor improvements and fixes. 📈
2 changes: 1 addition & 1 deletion src/TaylorBot.js/taylorbot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/TaylorBot.js/taylorbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taylorbot",
"version": "1.1.0",
"version": "1.1.1",
"description": "Discord bot created for the r/TaylorSwift Discord server",
"main": "taylorbot.js",
"dependencies": {
Expand Down

0 comments on commit c95b5b9

Please sign in to comment.