Skip to content

Commit efd07d6

Browse files
chore(release): 2.0.0-beta.1 [skip ci]
# [2.0.0-beta.1](v1.0.0...v2.0.0-beta.1) (2023-04-20) ### Code Refactoring * **info:** rework botinfo and delete botvars ([b706690](b706690)) * **style:** make botstyle non-optional property ([b99bff4](b99bff4)) ### BREAKING CHANGES * **info:** botvars is no longer avilable, and botinfo works in a different way * **style:** botstyle must be provided, else the bot won't work properly
1 parent 2fe9832 commit efd07d6

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0-beta.1](https://github.com/DisQada/halfbot/compare/v1.0.0...v2.0.0-beta.1) (2023-04-20)
2+
3+
4+
### Code Refactoring
5+
6+
* **info:** rework botinfo and delete botvars ([b706690](https://github.com/DisQada/halfbot/commit/b7066900179913f20af23e74baf800a8a24f0de7))
7+
* **style:** make botstyle non-optional property ([b99bff4](https://github.com/DisQada/halfbot/commit/b99bff476f6710e19b6454223fae161d9dbe429b))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **info:** botvars is no longer avilable, and botinfo works in a different way
13+
* **style:** botstyle must be provided, else the bot won't work properly
14+
115
# [1.0.0](https://github.com/DisQada/halfbot/compare/v0.2.1...v1.0.0) (2023-04-20)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@disqada/halfbot",
3-
"version": "1.0.0",
3+
"version": "2.0.0-beta.1",
44
"description": " أداة تسهيل وتسريع برمجة بوتات دسكورد بلغة JavaScript أو TypeScript",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)