Skip to content

Commit b4eaadb

Browse files
committed
0.3.0
1 parent 23feac1 commit b4eaadb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.3.0](https://github.com/ayan4m1/git-clone-sparse/compare/v0.2.0...v0.3.0)
8+
9+
- add shebang to the start of lib/index.js [`8f6ee69`](https://github.com/ayan4m1/git-clone-sparse/commit/8f6ee692d2cf0dc1f6a307b2957a3a49db326f25)
10+
- feat: log error messages produced by git [`23feac1`](https://github.com/ayan4m1/git-clone-sparse/commit/23feac170b2565fb9e4261d79616c256c422ea66)
11+
- update README.md [`1396782`](https://github.com/ayan4m1/git-clone-sparse/commit/13967828e3baaecc44c915155a3941f96fd5f071)
12+
- chore: change order of .gitignore lines [`b8e182b`](https://github.com/ayan4m1/git-clone-sparse/commit/b8e182be6520af3c2861e36c2593c3321dabcad7)
13+
714
#### [v0.2.0](https://github.com/ayan4m1/git-clone-sparse/compare/v0.1.0...v0.2.0)
815

16+
> 6 March 2024
17+
918
- switch from object to inline param style for exec functions [`77635b3`](https://github.com/ayan4m1/git-clone-sparse/commit/77635b38699e7ccbb5b9470fcd4cad677a89d58c)
1019
- refactor so that utility method does not rely on commander directly [`8c12662`](https://github.com/ayan4m1/git-clone-sparse/commit/8c12662d07ff1bc02b40c204e35d093bd3c5177a)
1120
- guard against fatal error when git is not installed [`42806cd`](https://github.com/ayan4m1/git-clone-sparse/commit/42806cd0b4e2c0c5507c3cb39548c9291c7dbd1f)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"type": "module",
5252
"types": "lib/index.d.ts",
53-
"version": "0.2.0",
53+
"version": "0.3.0",
5454
"dependencies": {
5555
"commander": "^12.0.0",
5656
"semver": "^7.6.0"

0 commit comments

Comments
 (0)