Skip to content

Commit c9f2851

Browse files
committed
feat: version v3.6.0
1 parent e74c9c9 commit c9f2851

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
This changelog contains mostly API-Changes and changes for developers.
44

5-
## v3.6.1
6-
* Support for configuration-example-file `content.elementToggle` toggle to improve UX in the SCNX Dashboard
5+
## v3.6.0
6+
* Support for configuration-example-file `content.elementToggle` toggle to improve UX in the SCNX Dashboard ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76))
7+
* Support for configuration-example-file `content.dependsOn` toggle to improve UX in the SCNX Dashboard ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76))
8+
* Support for new field-types: `userID`, `imgURL` ([#76](https://github.com/SCNetwork/CustomDCBot/pull/76))
9+
* Moderation-Modul: Support for Channel-Mutes ([#77](https://github.com/SCNetwork/CustomDCBot/pull/77))
10+
* Channel-Stats-Modul: Support for userWithRole parameters ([#78](https://github.com/SCNetwork/CustomDCBot/pull/78))
711

812
## v3.5.0
913
* Like ten new previously closed-sourced-modules got added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customdcbot",
3-
"version": "3.5.1",
3+
"version": "3.6.0",
44
"description": "Create your own discord bot - Fully customizable and with a lot of features",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)