From 9c1358c5c7e22b0916d5c90e71f6185bf02e0a8f Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:17:20 +0000 Subject: [PATCH] chore(main): release 1.9.20 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0471bc5a..10e3b285 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.19" + ".": "1.9.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4be7479..fcf2834f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.20](https://github.com/LEDBrain/Community-Service/compare/v1.9.19...v1.9.20) (2026-05-11) + + +### Miscellaneous + +* **deps:** bump fast-uri in the npm_and_yarn group across 1 directory ([#1532](https://github.com/LEDBrain/Community-Service/issues/1532)) ([58b8459](https://github.com/LEDBrain/Community-Service/commit/58b845906b3ee7cd2f4f4ee2629c19ffd49a4f29)) +* **deps:** bump ip-address ([#1529](https://github.com/LEDBrain/Community-Service/issues/1529)) ([125e37a](https://github.com/LEDBrain/Community-Service/commit/125e37a535cdb6dc59eb4aea3aceb0a8fa9256e4)) + ## [1.9.19](https://github.com/LEDBrain/Community-Service/compare/v1.9.18...v1.9.19) (2026-04-12) diff --git a/package.json b/package.json index 744be825..59a02169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.19", + "version": "1.9.20", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",