From 7f3b5081af2be0df71be6be6760a993f7a2ed88d Mon Sep 17 00:00:00 2001
From: cAttte <26514199+cAttte@users.noreply.github.com>
Date: Thu, 19 Nov 2020 12:11:04 -0300
Subject: [PATCH] release: v0.1.4
---
changelog.md | 15 ++++++++++++++-
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/changelog.md b/changelog.md
index 3cf8dbd..57bb84b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,12 @@
This section includes all of the changes made to cop since its first pre-release, for easy tracking of updates and breaking changes.
+## [v0.1.4][] 19/11/20
+
+**Bug fixes:**
+
+- (TextWalls): Fixed module deleting every message.
+
## [v0.1.3][] 19/11/20
**Bug fixes:**
@@ -12,7 +18,8 @@ This section includes all of the changes made to cop since its first pre-release
**Bugs:**
-- `punishment` schema type depends on `PunishmentAction.parsePunishment()`, which no longer exists. **Fixed in v0.1.3.**
+- `punishment` schema type depends on `PunishmentAction.parsePunishment()`, which no longer exists.
+ - **Fixed in v0.1.3.**
**Documentation changes:**
@@ -30,6 +37,11 @@ This section includes all of the changes made to cop since its first pre-release
## [v0.1.1][] 17/11/20
+**Bugs:**
+
+- (TextWalls): Every message is deleted.
+ - **Fixed in v0.1.4.**
+
**Documentation changes:**
- Created [`changelog.md`](https://github.com/cAttte/cop/blob/master/changelog.md)
@@ -52,6 +64,7 @@ This section includes all of the changes made to cop since its first pre-release
+[v0.1.4]: https://github.com/cAttte/cop/releases/tag/v0.1.4
[v0.1.3]: https://github.com/cAttte/cop/releases/tag/v0.1.3
[v0.1.2]: https://github.com/cAttte/cop/releases/tag/v0.1.2
[v0.1.1]: https://github.com/cAttte/cop/releases/tag/v0.1.1
diff --git a/package-lock.json b/package-lock.json
index 29a5e49..8013584 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "cop",
- "version": "0.1.3",
+ "version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 793368a..cb73904 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cop",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
"main": "dist/index.js",
"scripts": {