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": {