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

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

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

**Documentation changes:**

- Created [`changelog.md`](https://github.com/cAttte/cop/blob/master/changelog.md)
- Linked changelog and license files to Readme.
- Created [Update](https://github.com/cAttte/cop/blob/master/docs/update.md) and [Backup](https://github.com/cAttte/cop/blob/master/docs/backup.md) documentation sections.
- Documented a lot of new stuff under the [Develop](https://github.com/cAttte/cop/blob/master/docs/develop.md) section.

**Bug fixes:**

- Fixed multiple internal bugs.

**Internal changes:**

- Created [`createMessageMatcher()`](https://github.com/cAttte/cop/blob/master/src/util/createMessageMatcher.ts) utility function.
- Used it in all message modules.

## [v0.1.0][] <sub><sup>16/11/20</sup></sub>

- Initial pre-release

<!-- references -->

[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.0",
"version": "0.1.1",
"description": "ok cop. The minimalistic auto-moderation Discord bot. ™",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit bfd08aa

Please sign in to comment.