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 0ad6d81 commit f4ac533
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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 f4ac533

Please sign in to comment.