Skip to content

Commit 0d8d7e7

Browse files
authored
Merge pull request #1073 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.9.1
2 parents ec8681d + 0e29b3b commit 0d8d7e7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.9.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.9.1](https://github.com/LEDBrain/Community-Service/compare/v1.9.0...v1.9.1) (2024-05-06)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump tsx from 4.9.0 to 4.9.3 ([4e6896b](https://github.com/LEDBrain/Community-Service/commit/4e6896b4ad89c57721b5744b014562c88c069851))
9+
* **deps:** bump @discordjs/rest from 2.2.0 to 2.3.0 ([1735069](https://github.com/LEDBrain/Community-Service/commit/17350695381fb794c8b9596b0c3cf35975af7197))
10+
* **deps:** bump discord.js from 14.14.1 to 14.15.2 ([0e96033](https://github.com/LEDBrain/Community-Service/commit/0e9603357bf2f701d28fc93b9a747f28097af8a6))
11+
* **deps:** bump the npm_and_yarn group across 1 directory with 3 updates ([d7e7267](https://github.com/LEDBrain/Community-Service/commit/d7e726765c12b75b700168fc161ce4e3a8c7a6f7))
12+
* **dockerfile:** add Labels to build ([eb952a4](https://github.com/LEDBrain/Community-Service/commit/eb952a47e03ca559cb4cb7ca165fc9cd028040f7))
13+
314
## [1.9.0](https://github.com/LEDBrain/Community-Service/compare/v1.8.5...v1.9.0) (2024-05-03)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "community-service",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "A Discord bot in Typescript",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)