Skip to content

Commit 6d5e799

Browse files
committed
3.0.0
1 parent 9400369 commit 6d5e799

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,28 @@ 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-
## [v2.2.1](https://github.com/bcomnes/async-folder-walker/compare/v2.2.0...v2.2.1)
10+
## [v3.0.0](https://github.com/bcomnes/async-folder-walker/compare/v2.2.1...v3.0.0)
11+
12+
### Merged
13+
14+
- Bump tap from 16.3.9 to 18.4.0 [`#60`](https://github.com/bcomnes/async-folder-walker/pull/60)
15+
- Bump actions/checkout from 3 to 4 [`#54`](https://github.com/bcomnes/async-folder-walker/pull/54)
16+
- Bump p-temporary-directory from 1.1.1 to 2.0.1 [`#52`](https://github.com/bcomnes/async-folder-walker/pull/52)
17+
- Bump bcomnes/npm-bump from 2.0.2 to 2.1.0 [`#42`](https://github.com/bcomnes/async-folder-walker/pull/42)
18+
- Bump npm-run-all2 from 5.0.2 to 6.0.0 [`#41`](https://github.com/bcomnes/async-folder-walker/pull/41)
19+
- Bump standard from 16.0.4 to 17.0.0 [`#39`](https://github.com/bcomnes/async-folder-walker/pull/39)
20+
- Bump @voxpelli/tsconfig from 2.1.0 to 4.0.0 [`#40`](https://github.com/bcomnes/async-folder-walker/pull/40)
21+
- Bump actions/setup-node from 3.1.0 to 3.1.1 [`#38`](https://github.com/bcomnes/async-folder-walker/pull/38)
22+
- Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1 [`#37`](https://github.com/bcomnes/async-folder-walker/pull/37)
23+
- Bump actions/setup-node from 3.0.0 to 3.1.0 [`#36`](https://github.com/bcomnes/async-folder-walker/pull/36)
24+
25+
### Commits
26+
27+
- **Breaking change:** Fix types [`9400369`](https://github.com/bcomnes/async-folder-walker/commit/9400369fcec19fd0585e69eab68e75dea90363df)
28+
- Merge pull request #45 from bcomnes/dependabot/npm_and_yarn/gh-release-7.0.0 [`740f315`](https://github.com/bcomnes/async-folder-walker/commit/740f31596753de649c9219ffc3e89dc81a619778)
29+
- Bump gh-release from 6.0.4 to 7.0.0 [`142b738`](https://github.com/bcomnes/async-folder-walker/commit/142b738c6c524b243e28c71705e2da2a7cc2600c)
30+
31+
## [v2.2.1](https://github.com/bcomnes/async-folder-walker/compare/v2.2.0...v2.2.1) - 2022-03-09
1132

1233
### Commits
1334

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

0 commit comments

Comments
 (0)