Skip to content

Commit 1eb3f70

Browse files
committed
3.0.2
1 parent 5c9fd20 commit 1eb3f70

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v3.0.1](https://github.com/bcomnes/async-folder-walker/compare/v3.0.0...v3.0.1)
10+
## [v3.0.2](https://github.com/bcomnes/async-folder-walker/compare/v3.0.1...v3.0.2)
11+
12+
### Merged
13+
14+
- Bump actions/setup-node from 3 to 4 [`#61`](https://github.com/bcomnes/async-folder-walker/pull/61)
15+
16+
### Commits
17+
18+
- Add a return type helper [`f6a9651`](https://github.com/bcomnes/async-folder-walker/commit/f6a965142b5037e9c5f5351704371093cf671c92)
19+
- Tooling tweaks [`83e620a`](https://github.com/bcomnes/async-folder-walker/commit/83e620aa6897c937cc9a7342f65172736cc1b398)
20+
- Include full repo in published module [`5c9fd20`](https://github.com/bcomnes/async-folder-walker/commit/5c9fd208ea3e22b63d81ddd5777f72142aab8f1a)
21+
22+
## [v3.0.1](https://github.com/bcomnes/async-folder-walker/compare/v3.0.0...v3.0.1) - 2023-10-19
1123

1224
### Commits
1325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "async-folder-walker",
33
"description": "An async iterator for walking directories, with helpful options",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Bret Comnes <[email protected]> (https://bret.io)",

0 commit comments

Comments
 (0)