Skip to content

Commit a51f3cb

Browse files
authored
chore(main): release 1.1.0
Features assets: add image previews (10552b4) Bug Fixes client: ensure shardId and clusterId are replaced as strings in custom status (e56b5e6) commands/eval: remove nibybin api implementation as it is not longer supported (a8efe81) commands/lyrics: add typings for json response in lyrics object (d8e6661) correct release after tag cleaup (6f4ba33) db: SearchPlatform dependency on wrong dir path (2e782bc) deps: update/fix dependency references (082c8ba) handlers: ensure channel has property send in CommandHandler (d2b26a1) utils/general: ensure typings for data response in getNsfwImage and cluster information in receiveBotInfo (80e7c4f) utils/music: remove Element typing on soundcloud autoplay scrapping (62ab62a)
2 parents 6f4ba33 + 64893e6 commit a51f3cb

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/dewstouh/niby-discord-bot/compare/v1.0.0...v1.1.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* **assets:** add image previews ([10552b4](https://github.com/dewstouh/niby-discord-bot/commit/10552b4bd36f0f59e011a2a35ced53c5bbe20595))
9+
10+
11+
### Bug Fixes
12+
13+
* **client:** ensure shardId and clusterId are replaced as strings in custom status ([e56b5e6](https://github.com/dewstouh/niby-discord-bot/commit/e56b5e6b96210bb121e54770f33a73819d88f15b))
14+
* **commands/eval:** remove nibybin api implementation as it is not longer supported ([a8efe81](https://github.com/dewstouh/niby-discord-bot/commit/a8efe811c7e832809c4d9db975c16274ede4d100))
15+
* **commands/lyrics:** add typings for json response in lyrics object ([d8e6661](https://github.com/dewstouh/niby-discord-bot/commit/d8e66616b153febd9065f4f031586c7a42bee7e2))
16+
* correct release after tag cleaup ([6f4ba33](https://github.com/dewstouh/niby-discord-bot/commit/6f4ba3301b8783f8d4c593fbbdf3bcf1e388c571))
17+
* **db:** SearchPlatform dependency on wrong dir path ([2e782bc](https://github.com/dewstouh/niby-discord-bot/commit/2e782bc0ec07a2b113fe2ea8bb9cf12e097fe849))
18+
* **deps:** update/fix dependency references ([082c8ba](https://github.com/dewstouh/niby-discord-bot/commit/082c8ba0dad1a6fd5ee92baeeff46fb56d7db861))
19+
* **handlers:** ensure channel has property send in CommandHandler ([d2b26a1](https://github.com/dewstouh/niby-discord-bot/commit/d2b26a1fb64117dc28ad7c3ada4324d30af3c92c))
20+
* **utils/general:** ensure typings for data response in getNsfwImage and cluster information in receiveBotInfo ([80e7c4f](https://github.com/dewstouh/niby-discord-bot/commit/80e7c4fed1c7751b9ee9d1943c15d46befb6ada2))
21+
* **utils/music:** remove Element typing on soundcloud autoplay scrapping ([62ab62a](https://github.com/dewstouh/niby-discord-bot/commit/62ab62af6a8375c3d8f8923878e41bcc27042e9c))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "niby",
33
"description": "A multipurpose Discord bot with a variety of features including music, moderation, and more.",
4-
"version": "beta-1.2.1",
4+
"version": "1.1.0",
55
"main": "dist/index.js",
66
"scripts": {
77
"start": "npm run clean; npx tsc && pm2 start ecosystem.config.js",

0 commit comments

Comments
 (0)