Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cAttte committed Nov 19, 2020
1 parent 12303ba commit 7f3b508
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][] <sub><sup><sub>19/11/20</sub></sup></sub>

**Bug fixes:**

- (TextWalls): Fixed module deleting every message.

## [v0.1.3][] <sub><sup><sub>19/11/20</sub></sup></sub>

**Bug fixes:**
Expand All @@ -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:**

Expand All @@ -30,6 +37,11 @@ This section includes all of the changes made to cop since its first pre-release

## [v0.1.1][] <sub><sup><sub>17/11/20</sub></sup></sub>

**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)
Expand All @@ -52,6 +64,7 @@ This section includes all of the changes made to cop since its first pre-release

<!-- references -->

[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
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.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7f3b508

Please sign in to comment.