Skip to content

Commit

Permalink
chore(master): release 1.23.3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen authored Jan 4, 2023
1 parent d035dff commit e2a1338
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [1.23.3](https://github.com/SethCohen/EmojiUtilities/compare/v1.23.2...v1.23.3) (2023-01-04)


### Bug Fixes

* **emojisteal:** added error catch for invalid emoji name. ([4ce6da7](https://github.com/SethCohen/EmojiUtilities/commit/4ce6da7703495990896fb544ad7a73e6f9dcada7))
* **removeunused:** added error catch for too many emojis attempting to delete. ([d035dff](https://github.com/SethCohen/EmojiUtilities/commit/d035dff838db09de138ba4059e153e946668658a))

## [1.23.2](https://github.com/SethCohen/EmojiUtilities/compare/v1.23.1...v1.23.2) (2023-01-02)


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

0 comments on commit e2a1338

Please sign in to comment.