From 99958fbdc88f40f81c1730def0815c432fc64892 Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:21:48 +0000 Subject: [PATCH] chore(main): release 1.9.19 --- .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 ff404bb5..0471bc5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.18" + ".": "1.9.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d87fb06a..f1cefe4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.19](https://github.com/LEDBrain/Community-Service/compare/v1.9.18...v1.9.19) (2026-04-08) + + +### Miscellaneous + +* **deps:** bump flatted in the npm_and_yarn group across 1 directory ([#1520](https://github.com/LEDBrain/Community-Service/issues/1520)) ([fa184e0](https://github.com/LEDBrain/Community-Service/commit/fa184e0278740785775e0d252f898d093363df35)) + ## [1.9.18](https://github.com/LEDBrain/Community-Service/compare/v1.9.17...v1.9.18) (2026-03-16) diff --git a/package.json b/package.json index e07dc654..744be825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.18", + "version": "1.9.19", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",