Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2023-09-30)

### Bug Fixes

* **discordbot:** keep DiscordBotData default values ([62a9553](62a9553))

### Features

* Use data.module to define type ([4d102b1](4d102b1))
  • Loading branch information
semantic-release-bot committed Sep 30, 2023
1 parent 4d102b1 commit 11f93a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/DisQada/halfbot/compare/v2.0.0...v2.1.0) (2023-09-30)


### Bug Fixes

* **discordbot:** keep DiscordBotData default values ([62a9553](https://github.com/DisQada/halfbot/commit/62a955353e5dac4d01753589755d2abed6e29025))


### Features

* Use data.module to define type ([4d102b1](https://github.com/DisQada/halfbot/commit/4d102b122ee307527ff7930a201dcaec2f0ab34f))

# [2.0.0](https://github.com/DisQada/halfbot/compare/v1.1.3...v2.0.0) (2023-09-25)


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,6 +1,6 @@
{
"name": "@disqada/halfbot",
"version": "2.0.0",
"version": "2.1.0",
"description": "A tool to facilitate and accelerate the development of Discord bots",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 11f93a5

Please sign in to comment.