Skip to content

Commit cbc697d

Browse files
authored
Merge pull request #1 from ckvv/release-please--branches--main--components--git-dl
chore(main): release 1.0.0
2 parents 49e12a3 + f65c39e commit cbc697d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
## 0.0.3 (2025-03-20)
1+
# Changelog
2+
3+
## 1.0.0 (2025-03-20)
24

35

46
### Features
57

68
* add action ([6944101](https://github.com/ckvv/git-dl/commit/69441010eeff680e6161c9ad9c7c669e02f4bb7a))
9+
* add release-please ([49e12a3](https://github.com/ckvv/git-dl/commit/49e12a387e0e5dffe182a2efa31762e9027bcd57))
10+
* 添加 change log ([976cc87](https://github.com/ckvv/git-dl/commit/976cc87bccb99b7c07fe26931a6aad510f1ef8b9))
711
* 添加 simple-git-hooks ([3d660d3](https://github.com/ckvv/git-dl/commit/3d660d39aa7450c95767182a730137fb5b2a9abd))
812

13+
## 0.0.3 (2025-03-20)
914

1015

16+
### Features
17+
18+
* add action ([6944101](https://github.com/ckvv/git-dl/commit/69441010eeff680e6161c9ad9c7c669e02f4bb7a))
19+
* 添加 simple-git-hooks ([3d660d3](https://github.com/ckvv/git-dl/commit/3d660d39aa7450c95767182a730137fb5b2a9abd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ckpack/git-dl",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "1.0.0",
55
"private": false,
66
"packageManager": "pnpm@10.6.2",
77
"description": "Command line tool for downloading specific content from a GitHub repository.",

0 commit comments

Comments
 (0)