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

Commit e6e03cf

Browse files
committed
version 1.5.31
1 parent e41b4ea commit e6e03cf

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 📦 Version 1.5.31
2+
### ⬆️ What's Changed
3+
- **scripts/cmds/setname.js**: fix error when name has special characters
4+
### Contributors
5+
- <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>
6+
7+
---
18
## 📦 Version 1.5.30
29
### ⬆️ What's Changed
310
- **bot/handler/handlerCheckData.js**: code optimization

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.30",
3+
"version": "1.5.31",
44
"description": "A simple Bot chat messenger using personal account. Made by NTKhang.",
55
"main": "index.js",
66
"engines": {

versions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,5 +2452,11 @@
24522452
"scripts/cmds/cmd.js": "Replace the `createQueue` function into the `TaskQueue` class, code optimization",
24532453
"utils.js": "Replace the `createQueue` function into the `TaskQueue` class"
24542454
}
2455+
},
2456+
{
2457+
"version": "1.5.31",
2458+
"files": {
2459+
"scripts/cmds/setname.js": "fix error when name has special characters"
2460+
}
24552461
}
24562462
]

0 commit comments

Comments
 (0)