From a00d8066faeac8d820ececa7d259725118d508f7 Mon Sep 17 00:00:00 2001
From: cAttte <26514199+cAttte@users.noreply.github.com>
Date: Sat, 19 Dec 2020 01:29:01 -0300
Subject: [PATCH] release: 1.4.0
---
changelog.md | 22 ++++++++++++++++++++++
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index acc3c39d..da54659c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,24 @@
+## [v1.4.0] 19/12/20
+
+**Internal changes:**
+
+- Started fetching members when necessary, instead of relying on cache.
+- Started actually consuming the first argument in `Args#consumeChannel()`.
+
+**Features:**
+
+- Moderation notes:
+ - Created `notes` command.
+ - Started displaying notes in `check` command.
+- Started allowing DM suggestions.
+- Started allowing suggestion extensions.
+- Created `user` command.
+- Started allowing special arguments (`me`, `you`, `someone`) in `check`, `notes`, and `user` commands.
+
+**Bug fixes:**
+
+- Gave moderation permissions to managers.
+
## [v1.3.0] 17/12/20
- Created `demote` subcommand under `teamOwner` command.
@@ -56,6 +77,7 @@ This is the initial release for the rewrite of our main bot, which means all _ch
+[v1.4.0]: https://github.com/cAttte/cop/releases/tag/v1.4.0
[v1.3.0]: https://github.com/cAttte/cop/releases/tag/v1.3.0
[v1.2.0]: https://github.com/cAttte/cop/releases/tag/v1.2.0
[v1.1.2]: https://github.com/cAttte/cop/releases/tag/v1.1.2
diff --git a/package-lock.json b/package-lock.json
index 7e59c2b2..85c07c5c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "main-bot",
- "version": "1.3.0",
+ "version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0a12f046..320916c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "main-bot",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "The main official bot for the BuildTheEarth Discord server.",
"dependencies": {
"@buildtheearth/bot-logger": "^1.0.3",