Skip to content

Commit

Permalink
chore(release): v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Apr 10, 2024
1 parent efbcef0 commit 5a4e852
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
---
## [unreleased]

### 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))

---
## [1.10.1](https://github.com/tippfehlr/activity-roles/compare/v1.10.0..v1.10.1) - 2024-04-10

### Changed

- get user locale from interaction.locale ([1ad1b9a](https://github.com/tippfehlr/activity-roles/commit/1ad1b9abd2789ceaeeefa630218258517d9dfd58))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5a4e852

Please sign in to comment.