Skip to content

Commit 97b84a3

Browse files
chore: v0.13.0 (#165)
1 parent 38d87bb commit 97b84a3

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
"terminal.integrated.defaultProfile.windows": "Git Bash",
99
"editor.formatOnSave": true,
1010
"eslint.useFlatConfig": true,
11+
"yaml.schemas": {
12+
"https://json.schemastore.org/github-workflow.json": "**/workflows/*.yml"
13+
}
1114
}

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing!
11+
12+
## [0.13.0] - 2024-08-24
13+
1014
### Added
1115

1216
- `/iscasdown` slash command to check if BYU's CAS is working
@@ -257,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257261

258262
- Development Environment for needed dependencies.
259263

260-
[Unreleased]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.1...HEAD
264+
[Unreleased]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.13.0...HEAD
265+
[0.13.0]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.1...v0.13.0
261266
[0.12.1]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.0...v0.12.1
262267
[0.12.0]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.11.2...v0.12.0
263268
[0.11.2]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.11.1...v0.11.2

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csbot",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"private": true,
55
"description": "The One beneath the Supreme Overlord's rule. A bot to help manage the BYU CS Discord, successor to Ze Kaiser (https://github.com/arkenstorm/ze-kaiser)",
66
"keywords": [

0 commit comments

Comments
 (0)