Skip to content

Commit 74ac066

Browse files
committed
chore(release): 1.7.1
1 parent ad98a8c commit 74ac066

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.7.1](https://github.com/lzwme/git-helper/compare/v1.7.0...v1.7.1) (2024-02-23)
6+
7+
8+
### Bug Fixes
9+
10+
* 更新 ghproxy 地址 ([ad98a8c](https://github.com/lzwme/git-helper/commit/ad98a8cd1e152199cd4a29c310a2b5558c1ad0c6))
11+
* 修复 -m 参数允许不指定值时 commit信息为 true 的问题 ([54c21af](https://github.com/lzwme/git-helper/commit/54c21af5e8f5bbdbd74d6d8c873a5856523874b5))
12+
513
## [1.7.0](https://github.com/lzwme/git-helper/compare/v1.6.0...v1.7.0) (2023-09-15)
614

715

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lzwme/git-helper",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "一个简单的 git 提交等操作的辅助小工具",
55
"main": "esm/index.js",
66
"browser": "esm/index.js",
@@ -56,28 +56,28 @@
5656
},
5757
"devDependencies": {
5858
"@jest/types": "^29.6.3",
59-
"@lzwme/fed-lint-helper": "^2.4.1",
60-
"@types/eslint": "^8.44.2",
61-
"@types/jest": "^29.5.4",
62-
"@types/node": "^20.6.0",
63-
"@typescript-eslint/eslint-plugin": "^6.7.0",
64-
"@typescript-eslint/parser": "^6.7.0",
65-
"eslint": "^8.49.0",
66-
"eslint-config-prettier": "^9.0.0",
67-
"eslint-plugin-prettier": "^5.0.0",
68-
"husky": "^8.0.3",
59+
"@lzwme/fed-lint-helper": "^2.5.2",
60+
"@types/eslint": "^8.56.3",
61+
"@types/jest": "^29.5.12",
62+
"@types/node": "^20.11.20",
63+
"@typescript-eslint/eslint-plugin": "^7.0.2",
64+
"@typescript-eslint/parser": "^7.0.2",
65+
"eslint": "^8.56.0",
66+
"eslint-config-prettier": "^9.1.0",
67+
"eslint-plugin-prettier": "^5.1.3",
68+
"husky": "^9.0.11",
6969
"jest": "^29.7.0",
7070
"npm-run-all": "^4.1.5",
71-
"prettier": "^3.0.3",
71+
"prettier": "^3.2.5",
7272
"standard-version": "^9.5.0",
73-
"ts-jest": "^29.1.1",
74-
"ts-node": "^10.9.1",
75-
"typedoc": "^0.25.1",
76-
"typescript": "^5.2.2"
73+
"ts-jest": "^29.1.2",
74+
"ts-node": "^10.9.2",
75+
"typedoc": "^0.25.8",
76+
"typescript": "^5.3.3"
7777
},
7878
"dependencies": {
79-
"@lzwme/fe-utils": "^1.5.5",
80-
"commander": "^11.0.0",
79+
"@lzwme/fe-utils": "^1.6.0",
80+
"commander": "^12.0.0",
8181
"console-log-colors": "^0.4.0"
8282
}
8383
}

0 commit comments

Comments
 (0)