From 451b414fba704f9457977b50678316f494ba0f88 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Tue, 29 Nov 2022 20:55:03 +0100 Subject: [PATCH] Bump version number --- Changelog.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7b98e9b..a0d4fd7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,19 @@ # Changelog + This file is used to list changes made to this software. -## V1.0.0 [2022-11-29] -_Current development version: **1.0.0**_ +_Current development release: 1.1.0-alpha.1_ + +## V1.1.0 [`Unreleased`] + ### 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 - /logchannel - /blocklist get diff --git a/package.json b/package.json index a22723b..669c01d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "main": "build/index.js", "scripts": {