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 <[email protected]>
  • 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:[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]>
Expand All @@ -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]
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.