Skip to content

Commit

Permalink
chore(release): 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg1206 committed Apr 25, 2024
1 parent 18cfe79 commit b7357a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.5.2](https://github.com/dlg1206/Discord-Quote-Bot/compare/v2.5.1...v2.5.2) (2024-04-25)


### Bug Fixes

* correct index out of bounds error for random quotes ([fc7315e](https://github.com/dlg1206/Discord-Quote-Bot/commit/fc7315e295de613d0d5de56d7bf89b2d6c8fdb0c))
* qall formats quote with context correctly ([7679119](https://github.com/dlg1206/Discord-Quote-Bot/commit/7679119dceb47700ee67e0b7e72854a2d13286e6))
* qall formats quote with context correctly ([6228751](https://github.com/dlg1206/Discord-Quote-Bot/commit/6228751abf46ef5a6e0512e2fb3bd6abcee51b06))
* qall lists entire name and capitalizes properly with bolding ([4a3ca97](https://github.com/dlg1206/Discord-Quote-Bot/commit/4a3ca97ae59078b991ac87f01704260a06d85595))
* qsearch lists any matches when keyword is given ([6834532](https://github.com/dlg1206/Discord-Quote-Bot/commit/6834532a8a2849adb1fba5837bc865b23ed1d0ea))

### [2.5.1](https://github.com/dlg1206/Discord-Quote-Bot/compare/v2.5.0...v2.5.1) (2024-04-24)


Expand Down
4 changes: 2 additions & 2 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": "quoteboi",
"version": "2.5.1",
"version": "2.5.2",
"description": "> Discord Bot for Keeping track of quotes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b7357a8

Please sign in to comment.