Skip to content

Commit

Permalink
feat: Bump version and add changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Dec 12, 2024
1 parent 0880a4a commit 95f0d76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 4.48.3
## 4.49.0

- Moved the bulk of the logic of the `/word` command into its own component.
- Moved the bulk of the logic of the `/word` command into `WordInformationComponent`.
- Refactored the implementation of `WordInformationComponent`.
- Added formatters for the remaining dictionary sections:
- Relations
- Examples
- Pronunciation
- Frequency
- Notes

## 4.48.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "logos",
"description": "A multi-purpose community bot built to cater to language-learning communities on Discord.",
"license": "Apache-2.0",
"version": "4.48.3",
"version": "4.49.0",
"type": "module",
"keywords": [
"discord",
Expand Down

0 comments on commit 95f0d76

Please sign in to comment.