Skip to content

Commit 91a0038

Browse files
committed
3.0.3
1 parent 0aaa28d commit 91a0038

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.2](https://github.com/bcomnes/async-folder-walker/compare/v3.0.1...v3.0.2)
10+
## [v3.0.3](https://github.com/bcomnes/async-folder-walker/compare/v3.0.2...v3.0.3)
11+
12+
### Commits
13+
14+
- Republish without additional assets [`0aaa28d`](https://github.com/bcomnes/async-folder-walker/commit/0aaa28d1e72bee0bfd79d244a3f7e7f737eba954)
15+
16+
## [v3.0.2](https://github.com/bcomnes/async-folder-walker/compare/v3.0.1...v3.0.2) - 2023-11-23
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.2",
4+
"version": "3.0.3",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Bret Comnes <[email protected]> (https://bret.io)",

0 commit comments

Comments
 (0)