Skip to content

Commit d8aedc7

Browse files
committed
2.2.0
1 parent b80e4c9 commit d8aedc7

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,30 @@ 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.1.1](https://github.com/bcomnes/async-folder-walker/compare/v2.0.1...v2.1.1)
10+
## [v2.2.0](https://github.com/bcomnes/async-folder-walker/compare/v2.1.1...v2.2.0)
11+
12+
### Merged
13+
14+
- Bump tap from 15.2.3 to 16.0.0 [`#33`](https://github.com/bcomnes/async-folder-walker/pull/33)
15+
- Bump actions/checkout from 2.4.0 to 3 [`#32`](https://github.com/bcomnes/async-folder-walker/pull/32)
16+
- Bump actions/setup-node from 2.5.1 to 3.0.0 [`#31`](https://github.com/bcomnes/async-folder-walker/pull/31)
17+
- Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 [`#29`](https://github.com/bcomnes/async-folder-walker/pull/29)
18+
- Bump actions/setup-node from 2.5.0 to 2.5.1 [`#30`](https://github.com/bcomnes/async-folder-walker/pull/30)
19+
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 [`#28`](https://github.com/bcomnes/async-folder-walker/pull/28)
20+
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 [`#27`](https://github.com/bcomnes/async-folder-walker/pull/27)
21+
- Bump actions/setup-node from 2.4.1 to 2.5.0 [`#26`](https://github.com/bcomnes/async-folder-walker/pull/26)
22+
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 [`#25`](https://github.com/bcomnes/async-folder-walker/pull/25)
23+
- Bump actions/checkout from 2.3.5 to 2.4.0 [`#24`](https://github.com/bcomnes/async-folder-walker/pull/24)
24+
- Bump actions/checkout from 2.3.4 to 2.3.5 [`#23`](https://github.com/bcomnes/async-folder-walker/pull/23)
25+
- Bump actions/setup-node from 2.4.0 to 2.4.1 [`#22`](https://github.com/bcomnes/async-folder-walker/pull/22)
26+
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 [`#21`](https://github.com/bcomnes/async-folder-walker/pull/21)
27+
28+
### Commits
29+
30+
- Try publishing the types [`b80e4c9`](https://github.com/bcomnes/async-folder-walker/commit/b80e4c9c5378fd4cfb97fa4e4abdbe5eeabbe575)
31+
- Update tests.yml [`f827f0b`](https://github.com/bcomnes/async-folder-walker/commit/f827f0ba0a6d6eba395a32238d6f14f62f9f4117)
32+
33+
## [v2.1.1](https://github.com/bcomnes/async-folder-walker/compare/v2.0.1...v2.1.1) - 2021-09-14
1134

1235
### Merged
1336

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": "WIP - nothing to see here",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"main": "index.js",
66
"author": "Bret Comnes <[email protected]> (https://bret.io)",
77
"bugs": {

0 commit comments

Comments
 (0)