We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6179940 + 10d257e commit f61b369Copy full SHA for f61b369
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/ckvv/git-dl/compare/v1.2.0...v1.2.1) (2025-03-21)
4
+
5
6
+### Bug Fixes
7
8
+* 优化action流程 ([6179940](https://github.com/ckvv/git-dl/commit/6179940c5dbfd7ca8a08d39b8dd90a2e86bf6113))
9
10
## [1.2.0](https://github.com/ckvv/git-dl/compare/v1.1.0...v1.2.0) (2025-03-20)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@ckpack/git-dl",
"type": "module",
- "version": "1.2.0",
+ "version": "1.2.1",
"private": false,
"packageManager": "pnpm@10.6.2",
"description": "Command line tool for downloading specific content from a GitHub repository.",
0 commit comments