Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit a8cd340

Browse files
committed
version 1.5.30
1 parent 9d31058 commit a8cd340

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 📦 Version 1.5.30
2+
### ⬆️ What's Changed
3+
- **bot/handler/handlerCheckData.js**: code optimization
4+
- **database/controller/dashBoardData.js**: Replace the `createQueue` function into the `TaskQueue` class, code optimization
5+
- **database/controller/globalData.js**: Replace the `createQueue` function into the `TaskQueue` class, code optimization
6+
- **database/controller/threadsData.js**: Replace the `createQueue` function into the `TaskQueue` class, code optimization
7+
- **database/controller/usersData.js**: Replace the `createQueue` function into the `TaskQueue` class, code optimization
8+
- **scripts/cmds/cmd.js**: Replace the `createQueue` function into the `TaskQueue` class, code optimization
9+
- **utils.js**: Replace the `createQueue` function into the `TaskQueue` class
10+
### Contributors
11+
- <div style="display: flex; align-items: center;"><a href="https://github.com/ntkhang03">ntkhang03&nbsp;&nbsp;</a> <img src="https://github.com/ntkhang03.png" width="20" height="20" style="border-radius:50%; margin-top: px;" alt="ntkhang03"></div>
12+
13+
---
114
## 📦 Version 1.5.29
215
### ⬆️ What's Changed
316
- **.vscode/GoatBot.code-snippets**: remove `shortDescription` and `longDescription`, replace with `description` in scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goat-bot-v2",
3-
"version": "1.5.29",
3+
"version": "1.5.30",
44
"description": "A simple Bot chat messenger using personal account. Made by NTKhang.",
55
"main": "index.js",
66
"engines": {

versions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,5 +2440,17 @@
24402440
"deleteFiles": {
24412441
"scripts/cmds/list.js": ""
24422442
}
2443+
},
2444+
{
2445+
"version": "1.5.30",
2446+
"files": {
2447+
"bot/handler/handlerCheckData.js": "code optimization",
2448+
"database/controller/dashBoardData.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
2449+
"database/controller/globalData.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
2450+
"database/controller/threadsData.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
2451+
"database/controller/usersData.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
2452+
"scripts/cmds/cmd.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
2453+
"utils.js": "Replace the `createQueue` function into the `TaskQueue` class"
2454+
}
24432455
}
24442456
]

0 commit comments

Comments
 (0)