From f532c26e1c755f746df6ea1705969c774a730c12 Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Mon, 24 Jun 2024 11:33:20 +0200 Subject: [PATCH] chore(release): v1.12.4 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0f791..2883b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.12.4](https://github.com/tippfehlr/activity-roles/compare/v1.12.3..v1.12.4) - 2024-06-24 + +### Bug Fixes + +- **(presenceUpdate)** abort early when user is a bot ([ed80bef](https://github.com/tippfehlr/activity-roles/commit/ed80befdb661326d30d481e1fb2b47f466104aba)) + ## [1.12.3](https://github.com/tippfehlr/activity-roles/compare/v1.12.2..v1.12.3) - 2024-05-01 ### Bug Fixes @@ -218,4 +224,4 @@ - **(readme)** fix sponsor links ([f5d8514](https://github.com/tippfehlr/activity-roles/commit/f5d85140be93af0d5133d46c12083a6acd30ef28)) - add architecture and github workflow for arkit ([1c3648a](https://github.com/tippfehlr/activity-roles/commit/1c3648a4310e50a2d4e0485d6a3b61745d253608)) - + diff --git a/package.json b/package.json index 5610e23..4614d54 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.12.3", + "version": "1.12.4", "license": "AGPL-3.0", "author": "tippfehlr", "repository": {