From f4ac5337de4070dae384b91c5c9194bd8e5e4421 Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Wed, 10 Apr 2024 22:17:51 +0200 Subject: [PATCH] chore(release): v1.10.2 --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71545f6..5394e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## [unreleased] +## [1.10.2](https://github.com/tippfehlr/activity-roles/compare/v1.10.1..v1.10.2) - 2024-04-10 + +### Added + +- add username to logs for not adding/removing logs ([efbcef0](https://github.com/tippfehlr/activity-roles/commit/efbcef0cd9e3026b32a0500c8224d47180a5048c)) + +### Fixed + +- use `locales.includes()` instead of `... in locales` ([35a5ee6](https://github.com/tippfehlr/activity-roles/commit/35a5ee644ffcf3adf505ffe9f3e7ec8cb1f0f974)) +- remove language completely ([0ad6d81](https://github.com/tippfehlr/activity-roles/commit/0ad6d81c7be3176d22699a9677e1518f5dca5b5f)) + +### Documentation + +- **(changelog)** remove line between versions ([1af3bf8](https://github.com/tippfehlr/activity-roles/commit/1af3bf88ed71a43d7761c36f4b9c165591ff17aa)) + +## [1.10.1](https://github.com/tippfehlr/activity-roles/compare/v1.10.0..v1.10.1) - 2024-04-10 ### Changed diff --git a/package.json b/package.json index 13feb7e..8b291a0 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.10.1", + "version": "1.10.2", "license": "AGPL-3.0", "author": "tippfehlr", "repository": {