From 02d966875abfa13c5973a42ecf043e121d9f2dcc Mon Sep 17 00:00:00 2001 From: "utils-app[bot]" <115021052+utils-app[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:46:19 +0000 Subject: [PATCH] chore(main): release 1.9.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d2577965..c07fcc12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.8" + ".": "1.9.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b33e1a2..af5c087e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.9.9](https://github.com/LEDBrain/Community-Service/compare/v1.9.8...v1.9.9) (2025-03-14) + + +### Miscellaneous + +* **deps-dev:** bump esbuild ([fa75b3c](https://github.com/LEDBrain/Community-Service/commit/fa75b3c8a81c88d0002fd0ac61212a04a2ff2035)) +* **deps-dev:** bump esbuild from 0.25.0 to 0.25.1 in the npm_and_yarn group across 1 directory ([4023fd2](https://github.com/LEDBrain/Community-Service/commit/4023fd28b3282c3b3fbb3537b363779737d3f0a4)) +* **deps:** bump the npm_and_yarn group across 1 directory with 4 updates ([6af9e98](https://github.com/LEDBrain/Community-Service/commit/6af9e980c2e161f3eafb40a6e7ed110a6f29cccb)) +* **deps:** bump the npm_and_yarn group across 1 directory with 4 updates ([1c34c4d](https://github.com/LEDBrain/Community-Service/commit/1c34c4df30c190f4c58e7539a10a9b679bb196d0)) + ## [1.9.8](https://github.com/LEDBrain/Community-Service/compare/v1.9.7...v1.9.8) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 1382f009..a484171e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "community-service", - "version": "1.9.8", + "version": "1.9.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "community-service", - "version": "1.9.8", + "version": "1.9.9", "license": "MIT", "dependencies": { "@discordjs/rest": "^2.4.3", diff --git a/package.json b/package.json index d84b8644..7c41f952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.8", + "version": "1.9.9", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",