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

Commit 7f3b508

Browse files
committed
release: v0.1.4
1 parent 12303ba commit 7f3b508

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This section includes all of the changes made to cop since its first pre-release, for easy tracking of updates and breaking changes.
44

5+
## [v0.1.4][] <sub><sup><sub>19/11/20</sub></sup></sub>
6+
7+
**Bug fixes:**
8+
9+
- (TextWalls): Fixed module deleting every message.
10+
511
## [v0.1.3][] <sub><sup><sub>19/11/20</sub></sup></sub>
612

713
**Bug fixes:**
@@ -12,7 +18,8 @@ This section includes all of the changes made to cop since its first pre-release
1218

1319
**Bugs:**
1420

15-
- `punishment` schema type depends on `PunishmentAction.parsePunishment()`, which no longer exists. **Fixed in v0.1.3.**
21+
- `punishment` schema type depends on `PunishmentAction.parsePunishment()`, which no longer exists.
22+
- **Fixed in v0.1.3.**
1623

1724
**Documentation changes:**
1825

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

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

40+
**Bugs:**
41+
42+
- (TextWalls): Every message is deleted.
43+
- **Fixed in v0.1.4.**
44+
3345
**Documentation changes:**
3446

3547
- 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
5264

5365
<!-- references -->
5466

67+
[v0.1.4]: https://github.com/cAttte/cop/releases/tag/v0.1.4
5568
[v0.1.3]: https://github.com/cAttte/cop/releases/tag/v0.1.3
5669
[v0.1.2]: https://github.com/cAttte/cop/releases/tag/v0.1.2
5770
[v0.1.1]: https://github.com/cAttte/cop/releases/tag/v0.1.1

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": "cop",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)