diff --git a/.github/cra-metadata.json b/.github/cra-metadata.json index 1fc50dbde..e4d1fbe33 100644 --- a/.github/cra-metadata.json +++ b/.github/cra-metadata.json @@ -1,3 +1,3 @@ { - "lastReadCommit": "0ade7dcacfb66dde383148042f69a78bb33f5c2f" + "lastReadCommit": "e20c647d7379d3f326701a59b1ebcdd98be3173e" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c00875e3d..4045b60af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + * Update PULL_REQUEST_TEMPLATE.md + + **Signed-off-by:** cookieauth + * Updated GitHub links to reflect new location of GuildConfigSchema.ts and SystemConfigSchema.ts + + **Signed-off-by:** cookieauth + +### 01-11-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] + + * **chore(extensions):** build extensions [skip ci] + + **Signed-off-by:** Ar Rakin + + +### 31-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] + + * **chore(extensions):** build extensions [skip ci] + + **Signed-off-by:** Ar Rakin + + +### 30-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] + + * **build(docker):** update Dockerfile + + **Signed-off-by:** Ar Rakin + * **chore(extensions):** build extensions [skip ci] + + **Signed-off-by:** Ar Rakin + + +### 29-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] + + * **chore(extensions):** build extensions [skip ci] + + **Signed-off-by:** Ar Rakin + + ### 28-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] + * **chore:** update jsr.json + + **Signed-off-by:** Ar Rakin + * **ci:** update release.yml + + **Signed-off-by:** Ar Rakin * **fix:** docker image malfunctioning **Signed-off-by:** GitHub @@ -11,6 +66,13 @@ **Signed-off-by:** Ar Rakin +### 28-10-2024 - [[Conventional Release Action](mailto:rakinar2@onesoftnet.eu.org)] + + * **release:** v10.31.2 [skip ci] + + **Signed-off-by:** Conventional Release Action + + ### 27-10-2024 - [[Ar Rakin](mailto:rakinar2@onesoftnet.eu.org)] * **chore(extensions):** build extensions [skip ci] diff --git a/jsr.json b/jsr.json index edc7516c5..60af543ae 100644 --- a/jsr.json +++ b/jsr.json @@ -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" + ] + } } diff --git a/package.json b/package.json index 2b2780cf0..dc316fb3a 100644 --- a/package.json +++ b/package.json @@ -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",