From 15674ad50041ba1c2c92e9d0b4bdbbc4252d3e81 Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:16:12 +0000 Subject: [PATCH] chore(main): release 1.9.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6ffbfda..21ee2b90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.11" + ".": "1.9.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a780958..caebc762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.9.12](https://github.com/LEDBrain/Community-Service/compare/v1.9.11...v1.9.12) (2025-10-27) + + +### Miscellaneous + +* **deps:** update discord.js to `14.24.0` ([78d3713](https://github.com/LEDBrain/Community-Service/commit/78d371319db09c97a4fd86e6f543608d7ba1c89e)) +* **deps:** update node-libcurl to `5.0.0-2` ([c1cb6e8](https://github.com/LEDBrain/Community-Service/commit/c1cb6e87cfe3eee0256ec11485c5c6e06191baf1)) + + +### CI Changes + +* **workflows:** bump Node.js to 24 in development and release GitHub Actions workflows ([558e5c0](https://github.com/LEDBrain/Community-Service/commit/558e5c0e8c342701baf35e02f379fb725024924a)) + ## [1.9.11](https://github.com/LEDBrain/Community-Service/compare/v1.9.10...v1.9.11) (2025-10-25) diff --git a/package.json b/package.json index 40b79bd2..8e23f18b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.11", + "version": "1.9.12", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",