Skip to content

Commit 366ce0e

Browse files
authored
Merge pull request #1081 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.9.3
2 parents 9c8d77e + 2eed5fa commit 366ce0e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.2"
2+
".": "1.9.3"
33
}

CHANGELOG.md

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

3+
## [1.9.3](https://github.com/LEDBrain/Community-Service/compare/v1.9.2...v1.9.3) (2024-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* wrong path in MessageCreate event file ([9c8d77e](https://github.com/LEDBrain/Community-Service/commit/9c8d77edf694cc1341bd6ec5550564892c02db28))
9+
310
## [1.9.2](https://github.com/LEDBrain/Community-Service/compare/v1.9.1...v1.9.2) (2024-05-08)
411

512

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.2",
3+
"version": "1.9.3",
44
"description": "A Discord bot in Typescript",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)