From 30e118606277455d9e2024113ac08637a62fcd25 Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 22:55:56 +0000 Subject: [PATCH] chore(main): release 1.9.14 --- .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 b4f8a727..69ccb5f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.13" + ".": "1.9.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 896eecac..a39ae230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.14](https://github.com/LEDBrain/Community-Service/compare/v1.9.13...v1.9.14) (2025-11-23) + + +### Miscellaneous + +* **deps:** bump the npm_and_yarn group across 1 directory with 2 updates ([#1410](https://github.com/LEDBrain/Community-Service/issues/1410)) ([4648123](https://github.com/LEDBrain/Community-Service/commit/464812345e662de74483683d10431abc6a722c7d)) + ## [1.9.13](https://github.com/LEDBrain/Community-Service/compare/v1.9.12...v1.9.13) (2025-10-27) diff --git a/package.json b/package.json index e1141c14..f95816cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.13", + "version": "1.9.14", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",