Skip to content

Commit e75bdd1

Browse files
authored
Merge pull request #1046 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.8.2
2 parents c2bc35d + 9b32a3f commit e75bdd1

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.1"
2+
".": "1.8.2"
33
}

CHANGELOG.md

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

3+
## [1.8.2](https://github.com/LEDBrain/Community-Service/compare/v1.8.1...v1.8.2) (2024-04-25)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump the typescript-eslint group with 2 updates ([4ef7fae](https://github.com/LEDBrain/Community-Service/commit/4ef7faea834eda60c3d3ac979e06dcefa49333f7))
9+
* **deps:** bump @t3-oss/env-core from 0.9.2 to 0.10.1 ([6fb2690](https://github.com/LEDBrain/Community-Service/commit/6fb2690758aa7394858ff29285881416badf9312))
10+
* **deps:** bump discord-api-types from 0.37.79 to 0.37.81 ([2942bb9](https://github.com/LEDBrain/Community-Service/commit/2942bb9da22c60e670f86ac230e7e727e046f5f0))
11+
* **deps:** bump joi from 17.12.3 to 17.13.0 ([91eef87](https://github.com/LEDBrain/Community-Service/commit/91eef87da66e1a81f84ce2fdbcaacdf3d442c0dc))
12+
* **deps:** bump the prisma group with 2 updates ([ba0cab4](https://github.com/LEDBrain/Community-Service/commit/ba0cab43dfbc3ee19255c6989ebfa53bf593313e))
13+
* **deps:** bump zod from 3.22.5 to 3.23.3 ([41c2a60](https://github.com/LEDBrain/Community-Service/commit/41c2a601dff0b964d878827ea88b1e929cf2590e))
14+
* **deps:** bump zod from 3.23.3 to 3.23.4 ([b610ecc](https://github.com/LEDBrain/Community-Service/commit/b610ecc920e51dea09c7740a327007713f85c0a3))
15+
316
## [1.8.1](https://github.com/LEDBrain/Community-Service/compare/v1.8.0...v1.8.1) (2024-04-21)
417

518

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

0 commit comments

Comments
 (0)