Skip to content

Commit

Permalink
chore(master): release 1.22.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen authored Aug 27, 2022
1 parent 304afb9 commit c1379ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [1.22.1](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.0...v1.22.1) (2022-08-27)


### Bug Fixes

* **guildCreate:** fixed error bot crashing on joining guild ([7d2e59e](https://github.com/SethCohen/EmojiUtilities/commit/7d2e59e3b8aefcd7e2ff50c9f032138e04daa962))

## [1.22.0](https://github.com/SethCohen/EmojiUtilities/compare/v1.21.1...v1.22.0) (2022-08-27)


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.0",
"version": "1.22.1",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
Expand Down

0 comments on commit c1379ac

Please sign in to comment.