Skip to content

Commit 90b0900

Browse files
authored
Merge pull request #1048 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.8.3
2 parents df76624 + f222537 commit 90b0900

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.8.2"
2+
".": "1.8.3"
33
}

CHANGELOG.md

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

3+
## [1.8.3](https://github.com/LEDBrain/Community-Service/compare/v1.8.2...v1.8.3) (2024-04-25)
4+
5+
6+
### Bug Fixes
7+
8+
* missing ".js" ([b62730a](https://github.com/LEDBrain/Community-Service/commit/b62730a11b84e5ce081511557a6b15c50ade823b))
9+
10+
11+
### Miscellaneous
12+
13+
* **release-please:** add Changelog sections ([486b3b5](https://github.com/LEDBrain/Community-Service/commit/486b3b5e4580bd9ba79772635a8d000d4f65958c))
14+
315
## [1.8.2](https://github.com/LEDBrain/Community-Service/compare/v1.8.1...v1.8.2) (2024-04-25)
416

517

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

0 commit comments

Comments
 (0)