Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 79b2fda

Browse files
author
Chris Shepherd
committed
chore(release): 3.1.0
1 parent f267dda commit 79b2fda

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="3.1.0"></a>
6+
# [3.1.0](https://bitbucket.org/Loneless/trixiebot/compare/v3.0.0...v3.1.0) (2019-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **logging:** make trixie log without colour again, as it caused some formatting issues. (Also I don't need color anyway) ([196123f](https://bitbucket.org/Loneless/trixiebot/commits/196123f))
12+
* **time unit display:** fixed weird useless rate limit messages ([6ce688e](https://bitbucket.org/Loneless/trixiebot/commits/6ce688e))
13+
* **translations parsing:** update modified translations as well ([bada505](https://bitbucket.org/Loneless/trixiebot/commits/bada505))
14+
15+
16+
### Features
17+
18+
* **TranslationPlural:** count as argument has been replaced by putting a "count" prop as a formatter prop ([a79bd0f](https://bitbucket.org/Loneless/trixiebot/commits/a79bd0f))
19+
* re-wrote the CommandDispatcher and replaced BaseCommand#beforeProcessCall() with a nicer approach ([c63a7e3](https://bitbucket.org/Loneless/trixiebot/commits/c63a7e3))
20+
21+
22+
523
<a name="3.0.0"></a>
624
# [3.0.0](https://bitbucket.org/Loneless/trixiebot/compare/v2.16.5...v3.0.0) (2019-11-11)
725

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trixiebot",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Discord Bot to query Derpibooru.org and much much more!",
55
"homepage": "https://trixie.loneless.art",
66
"author": {

0 commit comments

Comments
 (0)