From f60139f554b173015fe3fc16d059bde88783b429 Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 20:38:22 +0000 Subject: [PATCH] chore(main): release 1.9.11 --- .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 7656ea28..c6ffbfda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.10" + ".": "1.9.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f858f56c..7a780958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.11](https://github.com/LEDBrain/Community-Service/compare/v1.9.10...v1.9.11) (2025-10-25) + + +### CI Changes + +* **build:** update Dockerfile to Node 24 and use pnpm via corepack ([c281592](https://github.com/LEDBrain/Community-Service/commit/c281592cb9241a8d336e18067c5a216ec4906341)) + ## [1.9.10](https://github.com/LEDBrain/Community-Service/compare/v1.9.9...v1.9.10) (2025-10-25) diff --git a/package.json b/package.json index 9e3133bf..973c6b78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.10", + "version": "1.9.11", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",