Skip to content

Commit

Permalink
chore: v0.13.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageHelper authored Oct 3, 2024
1 parent 38d87bb commit 97b84a3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.formatOnSave": true,
"eslint.useFlatConfig": true,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "**/workflows/*.yml"
}
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing!

## [0.13.0] - 2024-08-24

### Added

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

- Development Environment for needed dependencies.

[Unreleased]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.1...HEAD
[Unreleased]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.11.2...v0.12.0
[0.11.2]: https://github.com/BYU-CS-Discord/CSBot/compare/v0.11.1...v0.11.2
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csbot",
"version": "0.12.1",
"version": "0.13.0",
"private": true,
"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)",
"keywords": [
Expand Down

0 comments on commit 97b84a3

Please sign in to comment.