Skip to content

Commit 64298fe

Browse files
authored
Merge pull request #1068 from LEDBrain/release-please--branches--main--components--community-service
chore(main): release 1.9.0
2 parents 497afee + 7e50aaa commit 64298fe

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.5"
2+
".": "1.9.0"
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.9.0](https://github.com/LEDBrain/Community-Service/compare/v1.8.5...v1.9.0) (2024-05-03)
4+
5+
6+
### Features
7+
8+
* **settings:** logic for enabling/disabling commands ([5f4e857](https://github.com/LEDBrain/Community-Service/commit/5f4e857020afd78d7a0dbdcedd31c76a76adefc6))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** bump tsx from 4.8.2 to 4.9.0 ([f70f323](https://github.com/LEDBrain/Community-Service/commit/f70f323e617fecc600e502aac31745d64bcb5f9f))
14+
* **deps:** bump zod from 3.23.5 to 3.23.6 ([6be3fe8](https://github.com/LEDBrain/Community-Service/commit/6be3fe822d18f66a374b747710f6c5f8f4d8eff3))
15+
316
## [1.8.5](https://github.com/LEDBrain/Community-Service/compare/v1.8.4...v1.8.5) (2024-05-03)
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.5",
3+
"version": "1.9.0",
44
"description": "A Discord bot in Typescript",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)