Bump version number
This commit is contained in:
parent
b53c08a553
commit
451b414fba
14
Changelog.md
14
Changelog.md
@ -1,9 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
This file is used to list changes made to this software.
|
This file is used to list changes made to this software.
|
||||||
|
|
||||||
## V1.0.0 [2022-11-29]
|
_Current development release: 1.1.0-alpha.1_
|
||||||
_Current development version: **1.0.0**_
|
|
||||||
|
## V1.1.0 [`Unreleased`]
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
- If a channel gets deleted and the responsible user has been detected, a message will be sent to that user informing him of the deletion
|
||||||
|
|
||||||
|
## V1.0.0 [2022-11-29]
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- /info
|
- /info
|
||||||
- /logchannel
|
- /logchannel
|
||||||
- /blocklist get
|
- /blocklist get
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eu.astrogd.white-leopard",
|
"name": "eu.astrogd.white-leopard",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0-alpha.1",
|
||||||
"description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary",
|
"description": "A Discord bot that checks channel names for blacklisted words and reverts the changes if necessary",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user