quick-sh 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
- package/src/lib/ai.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
所有重要的更改都会记录在此文件中。
|
|
4
4
|
|
|
5
|
+
## [1.0.8] - 2025-06-19
|
|
6
|
+
|
|
7
|
+
### 更新内容
|
|
8
|
+
|
|
9
|
+
- chore: remove node_modules (392db02)
|
|
10
|
+
|
|
11
|
+
### 详细信息
|
|
12
|
+
- **更新人**: Young6118
|
|
13
|
+
- **更新时间**: 2025-06-19
|
|
14
|
+
- **提交数量**: 1
|
|
15
|
+
- **提交范围**: 392db02..392db02
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
|
|
5
20
|
## [1.0.7] - 2025-06-18
|
|
6
21
|
|
|
7
22
|
### 更新内容
|
package/package.json
CHANGED