-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Conventional Release Action <[email protected]>
- Loading branch information
1 parent
e20c647
commit 3f05d96
Showing
4 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"lastReadCommit": "0ade7dcacfb66dde383148042f69a78bb33f5c2f" | ||
"lastReadCommit": "e20c647d7379d3f326701a59b1ebcdd98be3173e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,62 @@ | ||
# Changelog | ||
|
||
### 01-11-2024 - [[Ryanmello07](mailto:[email protected])] | ||
|
||
* **fix:** contributor, pull request and config document changes | ||
|
||
Configuration Page - Documentation Update | ||
|
||
### 01-11-2024 - [[cookieauth](mailto:[email protected])] | ||
|
||
* Create CONTRIBUTING.md | ||
|
||
**Signed-off-by:** cookieauth <[email protected]> | ||
* Update PULL_REQUEST_TEMPLATE.md | ||
|
||
**Signed-off-by:** cookieauth <[email protected]> | ||
* Updated GitHub links to reflect new location of GuildConfigSchema.ts and SystemConfigSchema.ts | ||
|
||
**Signed-off-by:** cookieauth <[email protected]> | ||
|
||
### 01-11-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **chore(extensions):** build extensions [skip ci] | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
|
||
|
||
### 31-10-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **chore(extensions):** build extensions [skip ci] | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
|
||
|
||
### 30-10-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **build(docker):** update Dockerfile | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
* **chore(extensions):** build extensions [skip ci] | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
|
||
|
||
### 29-10-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **chore(extensions):** build extensions [skip ci] | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
|
||
|
||
### 28-10-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **chore:** update jsr.json | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
* **ci:** update release.yml | ||
|
||
**Signed-off-by:** Ar Rakin <[email protected]> | ||
* **fix:** docker image malfunctioning | ||
|
||
**Signed-off-by:** GitHub <[email protected]> | ||
|
@@ -11,6 +66,13 @@ | |
**Signed-off-by:** Ar Rakin <[email protected]> | ||
|
||
|
||
### 28-10-2024 - [[Conventional Release Action](mailto:[email protected])] | ||
|
||
* **release:** v10.31.2 [skip ci] | ||
|
||
**Signed-off-by:** Conventional Release Action <[email protected]> | ||
|
||
|
||
### 27-10-2024 - [[Ar Rakin](mailto:[email protected])] | ||
|
||
* **chore(extensions):** build extensions [skip ci] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
{ | ||
"name": "@osn/sudobot", | ||
"version": "10.31.2", | ||
"exports": "./src/main/typescript/exports.ts", | ||
"publish": { | ||
"exclude": ["tests", "docs", "blazebuild", "lib"] | ||
} | ||
"name": "@osn/sudobot", | ||
"version": "10.31.3", | ||
"exports": "./src/main/typescript/exports.ts", | ||
"publish": { | ||
"exclude": [ | ||
"tests", | ||
"docs", | ||
"blazebuild", | ||
"lib" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters