Skip to content

Commit 324dd8e

Browse files
committed
3.0.5
1 parent c3711c1 commit 324dd8e

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.4](https://github.com/bcomnes/async-folder-walker/compare/v3.0.3...v3.0.4)
10+
## [v3.0.5](https://github.com/bcomnes/async-folder-walker/compare/v3.0.4...v3.0.5)
11+
12+
### Commits
13+
14+
- Adjust npmignore [`c3711c1`](https://github.com/bcomnes/async-folder-walker/commit/c3711c11f8e9f24310ffcb72885682ec108825ce)
15+
16+
## [v3.0.4](https://github.com/bcomnes/async-folder-walker/compare/v3.0.3...v3.0.4) - 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.4",
4+
"version": "3.0.5",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Bret Comnes <[email protected]> (https://bret.io)",

0 commit comments

Comments
 (0)