quick-sh 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  所有重要的更改都会记录在此文件中。
4
4
 
5
+ ## [1.0.6] - 2025-06-18
6
+
7
+ ### 更新内容
8
+
9
+ - 版本发布
10
+
11
+ ### 详细信息
12
+ - **更新人**: Young6118
13
+ - **更新时间**: 2025-06-18
14
+ - **提交数量**: 0
15
+
16
+ ---
17
+
18
+
5
19
  ## [1.0.5] - 2025-06-18
6
20
 
7
21
  ### 更新内容
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quick-sh",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A local script management tool for quick execution of JavaScript and Shell scripts with alias support",
5
5
  "main": "src/lib/script-manager.js",
6
6
  "bin": {