Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.1...v4.1.0) (2024-09-04)

### Bug Fixes

* إصلاح قراءة الملفات كMJS في ويندوز ([1617dd9](1617dd9))
* إصلاح نوع خيارات الفعالية ([e323b10](e323b10))

### Features

* الرد على الأوامر بنص فقط ([84c4aec](84c4aec))

### Performance Improvements

* تسريع عملية البحث ملفات المشروع ([01554eb](01554eb))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent f67e846 commit e5eec47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [4.1.0](https://github.com/DisQada/HalfBot/compare/v4.0.1...v4.1.0) (2024-09-04)


### Bug Fixes

* إصلاح قراءة الملفات كMJS في ويندوز ([1617dd9](https://github.com/DisQada/HalfBot/commit/1617dd9c24e34f2252902a2702f4e8a48e3f2220))
* إصلاح نوع خيارات الفعالية ([e323b10](https://github.com/DisQada/HalfBot/commit/e323b1004f700eb69abdfcaf2e75ff3c69e707d5))


### Features

* الرد على الأوامر بنص فقط ([84c4aec](https://github.com/DisQada/HalfBot/commit/84c4aec1eece76f388ab56e9b065032a7ed178ef))


### Performance Improvements

* تسريع عملية البحث ملفات المشروع ([01554eb](https://github.com/DisQada/HalfBot/commit/01554eb63a851facbde5f781ab8c920943ff386d))

## [4.0.1](https://github.com/DisQada/HalfBot/compare/v4.0.0...v4.0.1) (2024-09-03)


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": "4.0.1",
"version": "4.1.0",
"description": "A tool to facilitate and accelerate the development of Discord bots",
"scripts": {
"prepack": "npm run types && npm run format",
Expand Down

0 comments on commit e5eec47

Please sign in to comment.