Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## 0.0.3 (2025-03-20)
# Changelog

## 1.0.0 (2025-03-20)


### Features

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

## 0.0.3 (2025-03-20)


### Features

* add action ([6944101](https://github.com/ckvv/git-dl/commit/69441010eeff680e6161c9ad9c7c669e02f4bb7a))
* 添加 simple-git-hooks ([3d660d3](https://github.com/ckvv/git-dl/commit/3d660d39aa7450c95767182a730137fb5b2a9abd))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ckpack/git-dl",
"type": "module",
"version": "0.0.3",
"version": "1.0.0",
"private": false,
"packageManager": "pnpm@10.6.2",
"description": "Command line tool for downloading specific content from a GitHub repository.",
Expand Down