Skip to content

Commit 964e6a4

Browse files
committed
3.0.1
1 parent 6a92f89 commit 964e6a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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.0](https://github.com/bcomnes/async-folder-walker/compare/v2.2.1...v3.0.0)
10+
## [v3.0.1](https://github.com/bcomnes/async-folder-walker/compare/v3.0.0...v3.0.1)
11+
12+
### Commits
13+
14+
- Fix type building lifecycle [`6a92f89`](https://github.com/bcomnes/async-folder-walker/commit/6a92f8928799ee125ecba02e75cd628d550338fd)
15+
16+
## [v3.0.0](https://github.com/bcomnes/async-folder-walker/compare/v2.2.1...v3.0.0) - 2023-10-19
1117

1218
### Merged
1319

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.0",
4+
"version": "3.0.1",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Bret Comnes <[email protected]> (https://bret.io)",

0 commit comments

Comments
 (0)