From c98107b7871c05f1ec3f365bd1f7c0bd3f8efef4 Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Sun, 22 Sep 2024 00:05:34 +0200 Subject: [PATCH] chore(release): v1.14.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70a067..831c013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.14.0](https://github.com/tippfehlr/activity-roles/compare/v1.13.0..v1.14.0) - 2024-09-21 + +### Features + +- add /reset command ([1ea0154](https://github.com/tippfehlr/activity-roles/commit/1ea0154c9fe5efb8b1e902d666233a814d084a6d)) +- add /deletestatusrole ([5ea3c1f](https://github.com/tippfehlr/activity-roles/commit/5ea3c1fa0502789c1a47d2391a370de764ad7597)) +- add required role info to /listroles, /requirerole without arguments resets ([ef199f9](https://github.com/tippfehlr/activity-roles/commit/ef199f9f3e1e992debd9a3a7a47c8b92232094c5)) +- add removeAfterDays to db & /addActivityRole ([2ce0b3c](https://github.com/tippfehlr/activity-roles/commit/2ce0b3cf0de28980eb3671862791f363ae7ce43e)) +- implement removeAfterDays ([9d9a327](https://github.com/tippfehlr/activity-roles/commit/9d9a327fce383ba9d9a022ab484d40631d473a33)) + +### Bug Fixes + +- **(release)** push latest tag ([207464b](https://github.com/tippfehlr/activity-roles/commit/207464b22f30e180406bbc35066ddce4c9caa9e9)) +- release script fix #2 ([603b5e1](https://github.com/tippfehlr/activity-roles/commit/603b5e145e565580233e736d8433d3aece1cf583)) +- disable activityStats for now ([92a5f45](https://github.com/tippfehlr/activity-roles/commit/92a5f4580f9568491bd28ac7d0b0f85c0e53f73f)) +- allow 2+ activity roles with same activity name but different roles ([242324a](https://github.com/tippfehlr/activity-roles/commit/242324af836eb9c5200ad7238f4eaa96ed4ddc73)) +- catch more errors when executing commands ([a1388b5](https://github.com/tippfehlr/activity-roles/commit/a1388b563a65c8c2e61414b1e0674ae6583c118c)) +- correct command permissions ([eb22769](https://github.com/tippfehlr/activity-roles/commit/eb2276987cc368402dfec4c83d7605ddee0c31f8)) + ## [1.13.0](https://github.com/tippfehlr/activity-roles/compare/v1.12.5..v1.13.0) - 2024-08-23 ### Features diff --git a/package.json b/package.json index 7a8cb47..7c28f73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "activity-roles", "description": "A Discord bot that gives roles to users based on their Discord presence", - "version": "1.13.0", + "version": "1.14.0", "license": "AGPL-3.0-only", "author": "tippfehlr ", "repository": {