diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a855156..e8062aff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.15" + ".": "1.9.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e97248d3..4a58565c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.16](https://github.com/LEDBrain/Community-Service/compare/v1.9.15...v1.9.16) (2026-02-04) + + +### Miscellaneous + +* **deps:** bump @isaacs/brace-expansion ([#1482](https://github.com/LEDBrain/Community-Service/issues/1482)) ([4abf0b9](https://github.com/LEDBrain/Community-Service/commit/4abf0b9392b0a5497291eeadd9b15bb12152ce1f)) + ## [1.9.15](https://github.com/LEDBrain/Community-Service/compare/v1.9.14...v1.9.15) (2026-01-29) diff --git a/package.json b/package.json index 99d040f4..0bd8161c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "community-service", - "version": "1.9.15", + "version": "1.9.16", "description": "A Discord bot in Typescript", "main": "dist/src/index.js", "type": "module",