Skip to content

Commit 8874490

Browse files
committed
3.0.4
1 parent d9b570f commit 8874490

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.3](https://github.com/bcomnes/async-folder-walker/compare/v3.0.2...v3.0.3)
10+
## [v3.0.4](https://github.com/bcomnes/async-folder-walker/compare/v3.0.3...v3.0.4)
11+
12+
### Commits
13+
14+
- Fix publish lifecycle [`d9b570f`](https://github.com/bcomnes/async-folder-walker/commit/d9b570f4f9ebae87615759d2a173ef3916816337)
15+
16+
## [v3.0.3](https://github.com/bcomnes/async-folder-walker/compare/v3.0.2...v3.0.3) - 2023-11-23
1117

1218
### Commits
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.3",
4+
"version": "3.0.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",

0 commit comments

Comments
 (0)