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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cAttte committed Nov 19, 2020
1 parent 9416b29 commit ded8659
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.2][] <sub><sup><sub>19/11/20</sub></sup></sub>

**Documentation changes:**

- Added non-technical guide, explaining how to download source code without git.
- Added batchfile `setup` and `start` scripts for Windows.
- Documented `Client`.
- Documented `PunishmentProvider`.

**Internal changes:**

- Created `PunishmentProvider` class.
- Created `punishment` property on `Client` class.
- Moved most of `PunishmentAction` to it, the latter now acts as a wrapper around the former.
- Fixed all of the bugs that came with this change.

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

**Documentation changes:**
Expand All @@ -26,5 +42,6 @@ This section includes all of the changes made to cop since its first pre-release

<!-- references -->

[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
[v0.1.0]: https://github.com/cAttte/cop/releases/tag/v0.1.0
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.1",
"version": "0.1.2",
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ded8659

Please sign in to comment.