Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.1...v3.0.0) (2023-12-30)

### Bug Fixes

* Use correct type ([d6358ec](d6358ec))

### Code Refactoring

* Delete "emojiChars.json" ([99deb8f](99deb8f))
* Delete "url.js" ([ba3de3e](ba3de3e))
* Replace bot module classes ([8d7f19c](8d7f19c))

### BREAKING CHANGES

* the array variable "emojiChars" has been deleted and no longer exists
* the function "isSafe" has been deleted and no longer exists
* BotCommand class and BotEvent class has been deleted and no longer exist, normal JS objects shall now be used instead
  • Loading branch information
semantic-release-bot committed Dec 30, 2023
1 parent 915d1e3 commit ce84615
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.0.0](https://github.com/DisQada/HalfBot/compare/v2.1.1...v3.0.0) (2023-12-30)


### Bug Fixes

* Use correct type ([d6358ec](https://github.com/DisQada/HalfBot/commit/d6358ecf1ec11a6496e5f4ebbe405936d6cea517))


### Code Refactoring

* Delete "emojiChars.json" ([99deb8f](https://github.com/DisQada/HalfBot/commit/99deb8ff69776b36658ef668aa1bdf9b96fad0b1))
* Delete "url.js" ([ba3de3e](https://github.com/DisQada/HalfBot/commit/ba3de3eeb216999a225b6ce37187f059290b5ab4))
* Replace bot module classes ([8d7f19c](https://github.com/DisQada/HalfBot/commit/8d7f19c39037a162f3897b44a952f3d7d4bd34f4))


### BREAKING CHANGES

* the array variable "emojiChars" has been deleted and no longer exists
* the function "isSafe" has been deleted and no longer exists
* BotCommand class and BotEvent class has been deleted and no longer exist, normal JS objects shall now be used instead

## [2.1.1](https://github.com/DisQada/HalfBot/compare/v2.1.0...v2.1.1) (2023-10-05)

### Bug Fixes
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 @@
{
"displayName": "HalfBot",
"name": "@disqada/halfbot",
"version": "2.1.1",
"version": "3.0.0",
"description": "A tool to facilitate and accelerate the development of Discord bots",
"scripts": {
"config": "npm explore @disqada/typedoc -- npm run config",
Expand Down

0 comments on commit ce84615

Please sign in to comment.