Skip to content

Commit 909169d

Browse files
committed
0.4.1
1 parent efaa8bb commit 909169d

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.4.1](https://github.com/ayan4m1/git-clone-sparse/compare/v0.4.0...v0.4.1)
8+
9+
- chore: upgrade to eslint 9 [`6dff7f2`](https://github.com/ayan4m1/git-clone-sparse/commit/6dff7f24fd9453ff53b7ad3c3ce3ccb80eaf9107)
10+
- chore: upgrade devDependencies [`4e7b675`](https://github.com/ayan4m1/git-clone-sparse/commit/4e7b675a7ea63fc5130db3bcaea0beffafd8e2ab)
11+
- chore: bump devDeps [`b499729`](https://github.com/ayan4m1/git-clone-sparse/commit/b499729ac29fcc1a758c0e255c07d6d94339aab2)
12+
- feat: export CloneSparseOptions for library use [`efaa8bb`](https://github.com/ayan4m1/git-clone-sparse/commit/efaa8bb8118b9f53d80167eb94d2cb1be841e37d)
13+
714
#### [v0.4.0](https://github.com/ayan4m1/git-clone-sparse/compare/v0.3.0...v0.4.0)
815

16+
> 16 May 2024
17+
918
- chore: update dependencies [`ea949b0`](https://github.com/ayan4m1/git-clone-sparse/commit/ea949b0987b328bcb2e3aa856ee8cba095502002)
1019
- chore: upgrade devDependencies [`88b1067`](https://github.com/ayan4m1/git-clone-sparse/commit/88b10676e35d23e46ed2ccca1fc78c4ac1386214)
1120
- chore: update devDependencies [`b31d12c`](https://github.com/ayan4m1/git-clone-sparse/commit/b31d12cb0cc26359ed5d48dc28c143fd6f0bd143)

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
@@ -52,7 +52,7 @@
5252
},
5353
"type": "module",
5454
"types": "lib/index.d.ts",
55-
"version": "0.4.0",
55+
"version": "0.4.1",
5656
"dependencies": {
5757
"commander": "12.1.0",
5858
"semver": "7.6.3"

0 commit comments

Comments
 (0)