From c9f2851930a3f4492124c8ba28176888033c2959 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 11 Oct 2022 13:04:19 +0200 Subject: [PATCH] feat: version v3.6.0 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb229930..2b5c1466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ This changelog contains mostly API-Changes and changes for developers. -## v3.6.1 -* Support for configuration-example-file `content.elementToggle` toggle to improve UX in the SCNX Dashboard +## v3.6.0 +* Support for configuration-example-file `content.elementToggle` toggle to improve UX in the SCNX Dashboard ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76)) +* Support for configuration-example-file `content.dependsOn` toggle to improve UX in the SCNX Dashboard ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76)) +* Support for new field-types: `userID`, `imgURL` ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76)) +* Moderation-Modul: Support for Channel-Mutes ([#77](https://github.com/SCNetwork/CustomDCBot/pull/77)) +* Channel-Stats-Modul: Support for userWithRole parameters ([#78](https://github.com/SCNetwork/CustomDCBot/pull/78)) ## v3.5.0 * Like ten new previously closed-sourced-modules got added diff --git a/package.json b/package.json index 95c3f0b7..5df49ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customdcbot", - "version": "3.5.1", + "version": "3.6.0", "description": "Create your own discord bot - Fully customizable and with a lot of features", "main": "main.js", "repository": {