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",