Skip to content

Commit

Permalink
chore(master): release 1.22.5 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen authored Sep 5, 2022
1 parent 63cde5c commit 9ab67e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## [1.22.5](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.4...v1.22.5) (2022-09-05)


### Bug Fixes

* **dbModel:** fixed issue of no guild db being created if discord api is down ([1278ec2](https://github.com/SethCohen/EmojiUtilities/commit/1278ec21f2573958a15748795db7407611ed090e))
* **stickersteal:** fixed issue on invalid `messageId` ([1e15f77](https://github.com/SethCohen/EmojiUtilities/commit/1e15f77ef90d425a9da3d948d8b9e6600a53a799))
* **stickersteal:** fixed issue on maximum number of stickers reached (30) ([8a6976b](https://github.com/SethCohen/EmojiUtilities/commit/8a6976bbe25f314fd8406cac4710c6c0fa4bf392))

## [1.22.4](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.3...v1.22.4) (2022-08-31)


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,7 +1,7 @@
{
"name": "emojiutilities",
"description": "Discord.js Bot for tracking server-specific emoji usage",
"version": "1.22.4",
"version": "1.22.5",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand Down

0 comments on commit 9ab67e4

Please sign in to comment.