Skip to content

Commit

Permalink
chore(master): release 1.23.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen authored Dec 30, 2022
1 parent 9d99644 commit c64db14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [1.23.1](https://github.com/SethCohen/EmojiUtilities/compare/v1.23.0...v1.23.1) (2022-12-30)


### Bug Fixes

* **events:** fixed bot crashing errors on unicode emojis detected ([2bf5001](https://github.com/SethCohen/EmojiUtilities/commit/2bf5001bc1d3d02e9eaebadbfe8319a0f74a6d58))
* **stickerfy:** fixed gif conversion not working ([9d99644](https://github.com/SethCohen/EmojiUtilities/commit/9d9964409c20bbe0600b84f9952d555a0a4a9eee))


### Miscellaneous

* updated dependencies ([a6620cf](https://github.com/SethCohen/EmojiUtilities/commit/a6620cf3673821206d0d726cea4b82f85993361b))

## [1.23.0](https://github.com/SethCohen/EmojiUtilities/compare/v1.22.8...v1.23.0) (2022-12-06)


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.23.0",
"version": "1.23.1",
"exports": "./src/index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit c64db14

Please sign in to comment.