Skip to content

Commit

Permalink
release: v10.31.3 [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Conventional Release Action <rakinar2@onesoftnet.eu.org>
  • Loading branch information
virtual-designer committed Nov 1, 2024
1 parent e20c647 commit 3f05d96
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/cra-metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"lastReadCommit": "0ade7dcacfb66dde383148042f69a78bb33f5c2f"
"lastReadCommit": "e20c647d7379d3f326701a59b1ebcdd98be3173e"
}
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,62 @@
# Changelog

### 01-11-2024 - [[Ryanmello07](mailto:67509637+Ryanmello07@users.noreply.github.com)]

* **fix:** contributor, pull request and config document changes

Configuration Page - Documentation Update

### 01-11-2024 - [[cookieauth](mailto:github@mail.cookieauth.com)]

* Create CONTRIBUTING.md

**Signed-off-by:** cookieauth <github@mail.cookieauth.com>
* Update PULL_REQUEST_TEMPLATE.md

**Signed-off-by:** cookieauth <github@mail.cookieauth.com>
* Updated GitHub links to reflect new location of GuildConfigSchema.ts and SystemConfigSchema.ts

**Signed-off-by:** cookieauth <github@mail.cookieauth.com>

### 01-11-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>


### 31-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>


### 30-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **build(docker):** update Dockerfile

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>
* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>


### 29-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **chore(extensions):** build extensions [skip ci]

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>


### 28-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **chore:** update jsr.json

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>
* **ci:** update release.yml

**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>
* **fix:** docker image malfunctioning

**Signed-off-by:** GitHub <noreply@github.com>
Expand All @@ -11,6 +66,13 @@
**Signed-off-by:** Ar Rakin <rakinar2@onesoftnet.eu.org>


### 28-10-2024 - [[Conventional Release Action](mailto:rakinar2@onesoftnet.eu.org)]

* **release:** v10.31.2 [skip ci]

**Signed-off-by:** Conventional Release Action <rakinar2@onesoftnet.eu.org>


### 27-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)]

* **chore(extensions):** build extensions [skip ci]
Expand Down
17 changes: 11 additions & 6 deletions jsr.json
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"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osn/sudobot",
"version": "10.31.2",
"version": "10.31.3",
"description": "A Discord bot for moderation purposes.",
"author": {
"name": "Ar Rakin",
Expand Down

0 comments on commit 3f05d96

Please sign in to comment.