Skip to content

Commit 8f70e83

Browse files
merge: branch 'main' of github.com:onesoft-sudo/sudobot
Signed-off-by: Ar Rakin <[email protected]>
2 parents 322b411 + 7e20efc commit 8f70e83

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

Diff for: .github/cra-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"lastReadCommit": "e61f64ec90035f2d7b499c45815a2fabcd72e248"
2+
"lastReadCommit": "4801c13e247178214e9134b72d0fd4c5e611acd3"
33
}

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
# Changelog
22

3+
### 02-04-2025 - [[Ar Rakin](mailto:[email protected])]
4+
5+
* merge: branch 'main' of github.com:onesoft-sudo/sudobot
6+
7+
**Signed-off-by:** Ar Rakin <[email protected]>
8+
9+
* **feat(extensions):** load extensions dynamically
10+
11+
* add bin/ldext program to load extensions
12+
* support easy dynamic extension loading with single files
13+
14+
**Signed-off-by:** Ar Rakin <[email protected]>
15+
16+
* **fix(bin:lsext):** incorrect error reports
17+
18+
**Signed-off-by:** Ar Rakin <[email protected]>
19+
20+
* **chore:** update vscode settings
21+
22+
**Signed-off-by:** Ar Rakin <[email protected]>
23+
24+
325
### 01-04-2025 - [[Conventional Release Action](mailto:[email protected])]
426

27+
* **release:** v10.53.3 [skip ci]
28+
29+
**Signed-off-by:** Conventional Release Action <[email protected]>
30+
531
* **release:** v10.53.2 [skip ci]
632

733
**Signed-off-by:** Conventional Release Action <[email protected]>

Diff for: jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osn/sudobot",
3-
"version": "10.53.3",
3+
"version": "10.54.1",
44
"exports": "./src/main/typescript/exports.ts",
55
"publish": {
66
"exclude": [

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osn/sudobot",
3-
"version": "10.53.3",
3+
"version": "10.54.1",
44
"description": "A Discord bot for moderation purposes.",
55
"author": {
66
"name": "Ar Rakin",

0 commit comments

Comments
 (0)