Skip to content

Commit 4e1e054

Browse files
committed
chore(release): v1.13.0
1 parent f109c0b commit 4e1e054

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/tippfehlr/activity-roles/compare/v1.12.5..v1.13.0) - 2024-08-23
4+
5+
### Features
6+
7+
- upload commands at application start ([844c3b9](https://github.com/tippfehlr/activity-roles/commit/844c3b942b213fd5e47579bd98ba135d8845101b))
8+
- ask for MANAGE_ROLES permission on /checkRoles ([bccfcaa](https://github.com/tippfehlr/activity-roles/commit/bccfcaab2157693314a19ffc9625a765187da03e))
9+
- display error message when role is below highest bot role in /checkroles ([cdca320](https://github.com/tippfehlr/activity-roles/commit/cdca32005c828cc870f41bcdeb0072387d1c3469))
10+
11+
### Bug Fixes
12+
13+
- **(approxMemberCount)** update guilds with null ([4cf26ec](https://github.com/tippfehlr/activity-roles/commit/4cf26ec879bae75ad8370eb1e5d983543cce21a0))
14+
- typo ([375824b](https://github.com/tippfehlr/activity-roles/commit/375824b102d065cdff95f38f41e02efc671662ad))
15+
- typo in pnpm run temp-db ([32c4346](https://github.com/tippfehlr/activity-roles/commit/32c4346d30f96d1d370914207d7bb2e27801ecac))
16+
- workaround for (p)npm invoking SIGINT twice on ^C ([bf384fe](https://github.com/tippfehlr/activity-roles/commit/bf384feb30e19539ec1ade42bc0ea7274183731e))
17+
- use presenceUpdate->roleHigherThanBotrole in /addActivityRole ([35e9101](https://github.com/tippfehlr/activity-roles/commit/35e910102b9340acd75d69130e411b69521d27c7))
18+
- release.fish ([f109c0b](https://github.com/tippfehlr/activity-roles/commit/f109c0b43783c8e8e608653426ae84c3d61150a6))
19+
320
## [1.12.5](https://github.com/tippfehlr/activity-roles/compare/v1.12.4..v1.12.5) - 2024-06-27
421

522
### Features
@@ -73,7 +90,7 @@
7390
### Bug Fixes
7491

7592
- don’t use ...role to fill values ([b9bf6ad](https://github.com/tippfehlr/activity-roles/commit/b9bf6ad8cb0f330d4f52efd91a6d2d938ff49510))
76-
- convert count(\*) result to number ([a6e9399](https://github.com/tippfehlr/activity-roles/commit/a6e9399f50dbbe83c0e3c199ac690a8f77394abe))
93+
- convert count(*) result to number ([a6e9399](https://github.com/tippfehlr/activity-roles/commit/a6e9399f50dbbe83c0e3c199ac690a8f77394abe))
7794
- set maximum length for activity names to 100 characters ([bfa3f2e](https://github.com/tippfehlr/activity-roles/commit/bfa3f2edb4aaa8a8653229b0cb8a5eba33fbebb5))
7895

7996
## [1.11.0](https://github.com/tippfehlr/activity-roles/compare/v1.10.2..v1.11.0) - 2024-04-13
@@ -229,3 +246,5 @@
229246
- **(readme)** add sponsor info ([5bde2fd](https://github.com/tippfehlr/activity-roles/commit/5bde2fdfe90b7c59f3e2630393a0e316eac535e9))
230247
- **(readme)** fix sponsor links ([f5d8514](https://github.com/tippfehlr/activity-roles/commit/f5d85140be93af0d5133d46c12083a6acd30ef28))
231248
- add architecture and github workflow for arkit ([1c3648a](https://github.com/tippfehlr/activity-roles/commit/1c3648a4310e50a2d4e0485d6a3b61745d253608))
249+
250+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activity-roles",
33
"description": "A Discord bot that gives roles to users based on their Discord presence",
4-
"version": "1.12.5",
4+
"version": "1.13.0",
55
"license": "AGPL-3.0-only",
66
"author": "tippfehlr <tippfehlr@tippfehlr.eu>",
77
"repository": {

0 commit comments

Comments
 (0)