From 3dbf1faddcf5219ebee7fbf13ed27c1f7794e946 Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 09:46:53 +0000 Subject: [PATCH] chore(main): release 1.9.23 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2faf682e..cd2725a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.22" + ".": "1.9.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 657fad5b..4a5e9c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.23](https://github.com/LEDBrain/Community-Service/compare/v1.9.22...v1.9.23) (2026-09-09) + + +### Miscellaneous + +* **deps:** bump joi from 18.2.3 to 18.2.5 in the npm_and_yarn group across 1 directory ([#1559](https://github.com/LEDBrain/Community-Service/issues/1559)) ([41e6fac](https://github.com/LEDBrain/Community-Service/commit/41e6fac1c6823adf50f015f768a7685d855dd72f)) + ## [1.9.22](https://github.com/LEDBrain/Community-Service/compare/v1.9.21...v1.9.22) (2026-07-27) diff --git a/package.json b/package.json index 7cba6b25..d54960c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.22", + "version": "1.9.23", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",