From 95f0d7624ad923f4576a22f564cfad999515def3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Oszcz=C4=99da?= Date: Thu, 12 Dec 2024 19:47:27 +0000 Subject: [PATCH] feat: Bump version and add changelog entries. --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb475e96..96062189d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 57d915046..9a6fd5b0c 100644 --- a/package.json +++ b/package.json @@ -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",