Skip to content

Commit

Permalink
Prepping for Release v1.3.1
Browse files Browse the repository at this point in the history
- Uncaught errors now throw print their stack traces.
Killing bugs:
- Purge: Users must now have relevant permissions before purging 
messages.
- Dad: No causes an infinite loop in DMs.
  • Loading branch information
MindfulMinun committed Aug 6, 2018
1 parent 80180df commit f6396bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Development version v1.4
# [Release v1.3.1](https://github.com/MindfulMinun/discord-haruka/releases/tag/v1.3.1)

- Uncaught errors now throw print their stack traces.

Killing bugs:
- Purge: Users must now have relevant permissions before purging messages.
- Dad: No causes an infinite loop in DMs.


---

# Development version v1.3.1

### Changed
- Main.coffee:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Haruka, your useless Discord bot. [Add Haruka][add].
- [License](#license)

## Commands
As of `v1.3.0`, Haruka has 17 functions:
As of `v1.3.1`, Haruka has 17 functions:

- [`-h 8ball`][8ball]: Answers any yes or no question.
- [`-h about`][about]: General stuff about Haruka.
Expand All @@ -34,7 +34,7 @@ Although Haruka _can_ be installed via `npm i discord-haruka`, it’s not recomm

```json
{
"version": "1.3.0",
"version": "1.3.1",
"dev": true,
"token": "<https://discordapp.com/developers/applications/me>",
"client_id": "<https://discordapp.com/developers/applications/me>",
Expand Down
2 changes: 1 addition & 1 deletion example-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "v1.3.1",
"dev": true,
"token": "<https://discordapp.com/developers/applications/me>",
"client_id": "<https://discordapp.com/developers/applications/me>",
Expand Down
2 changes: 1 addition & 1 deletion 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 package.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "discord-haruka"
version: "1.3.0"
version: "1.3.1"
description: "A useless Discord bot."
main: "dist/main.js"
repository: "github:MindfulMinun/discord-haruka"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-haruka",
"version": "1.3.0",
"version": "1.3.1",
"description": "A useless Discord bot.",
"main": "dist/main.js",
"repository": "github:MindfulMinun/discord-haruka",
Expand Down

0 comments on commit f6396bf

Please sign in to comment.