Skip to content

Commit 5afadae

Browse files
committed
2.1.1
1 parent 8a10a9c commit 5afadae

File tree

2 files changed

+60
-11
lines changed

2 files changed

+60
-11
lines changed

CHANGELOG.md

Lines changed: 59 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,68 @@
1-
# async-folder-walker Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file.
4-
This project adheres to [Semantic Versioning](http://semver.org/).
54

6-
## Unreleased
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 2.0.1 - 2019-12-27
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
* Internal tweaks
11-
* Docs updates
10+
## [v2.1.1](https://github.com/bcomnes/async-folder-walker/compare/v2.0.1...v2.1.1)
1211

13-
## 2.0.0 - 2019-12-26
12+
### Merged
1413

15-
* Remove ESM support. Fuggit. It simply offers zero benafits in a node env.
14+
- Add gitignore style ignore strings [`#20`](https://github.com/bcomnes/async-folder-walker/pull/20)
15+
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 [`#19`](https://github.com/bcomnes/async-folder-walker/pull/19)
16+
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 [`#18`](https://github.com/bcomnes/async-folder-walker/pull/18)
17+
- Bump actions/setup-node from 2.3.2 to 2.4.0 [`#17`](https://github.com/bcomnes/async-folder-walker/pull/17)
18+
- Bump actions/setup-node from 2.3.1 to 2.3.2 [`#16`](https://github.com/bcomnes/async-folder-walker/pull/16)
19+
- Bump actions/setup-node from 2.3.0 to 2.3.1 [`#15`](https://github.com/bcomnes/async-folder-walker/pull/15)
20+
- Bump actions/setup-node from 2.2.0 to 2.3.0 [`#14`](https://github.com/bcomnes/async-folder-walker/pull/14)
21+
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 [`#13`](https://github.com/bcomnes/async-folder-walker/pull/13)
22+
- Bump actions/setup-node from 2.1.5 to 2.2.0 [`#12`](https://github.com/bcomnes/async-folder-walker/pull/12)
23+
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 [`#11`](https://github.com/bcomnes/async-folder-walker/pull/11)
24+
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 [`#10`](https://github.com/bcomnes/async-folder-walker/pull/10)
25+
- Bump tap from 14.11.0 to 15.0.1 [`#9`](https://github.com/bcomnes/async-folder-walker/pull/9)
26+
- Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 [`#7`](https://github.com/bcomnes/async-folder-walker/pull/7)
27+
- Bump fastify/github-action-merge-dependabot from v1.2.0 to v1.2.1 [`#6`](https://github.com/bcomnes/async-folder-walker/pull/6)
28+
- Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 [`#5`](https://github.com/bcomnes/async-folder-walker/pull/5)
29+
- Bump actions/setup-node from v2.1.4 to v2.1.5 [`#4`](https://github.com/bcomnes/async-folder-walker/pull/4)
30+
- Bump standard from 14.3.4 to 16.0.3 [`#3`](https://github.com/bcomnes/async-folder-walker/pull/3)
1631

17-
## 1.0.0 - 2019-11-11
32+
### Commits
1833

19-
* Initial release.
34+
- Enable automation [`d4bc195`](https://github.com/bcomnes/async-folder-walker/commit/d4bc1951d38becf2671ccc6b921b1ed61259936e)
35+
- Add support for gitignore style ignore strings and arrays [`079426f`](https://github.com/bcomnes/async-folder-walker/commit/079426fc5024b310af9aa03b17d2069445cc6fa0)
36+
- Fix publish flow [`8a10a9c`](https://github.com/bcomnes/async-folder-walker/commit/8a10a9c90512f913d134af3d6984467a59f1896f)
37+
38+
## [v2.0.1](https://github.com/bcomnes/async-folder-walker/compare/v2.0.0...v2.0.1) - 2019-12-27
39+
40+
### Merged
41+
42+
- Switch to tap and standard and update tess [`#2`](https://github.com/bcomnes/async-folder-walker/pull/2)
43+
44+
### Commits
45+
46+
- Switch to tap and standard [`fcc3ab1`](https://github.com/bcomnes/async-folder-walker/commit/fcc3ab1d0fad3b3fd3baf5ba31fa242727e86afe)
47+
- A few docs and test tweaks [`85d434a`](https://github.com/bcomnes/async-folder-walker/commit/85d434aa99f5e84b4336781427bfc5f98314170f)
48+
- Update with windows example [`4d341a0`](https://github.com/bcomnes/async-folder-walker/commit/4d341a01e60a995aba16aae3dcc3ff3c149c67da)
49+
50+
## [v2.0.0](https://github.com/bcomnes/async-folder-walker/compare/v1.0.0...v2.0.0) - 2019-12-26
51+
52+
### Commits
53+
54+
- Don't use ESM. Not worth the trouble in node. [`7b47d9c`](https://github.com/bcomnes/async-folder-walker/commit/7b47d9c07f90640e6df5dc886090b0ac604d181c)
55+
- changelog [`ab0bd32`](https://github.com/bcomnes/async-folder-walker/commit/ab0bd325dd0bf76454971bf4a6736b0c1b774c1b)
56+
57+
## [v1.0.0](https://github.com/bcomnes/async-folder-walker/compare/v0.0.1...v1.0.0) - 2019-11-22
58+
59+
### Commits
60+
61+
- Implement readme, tsdoc and rest of tests [`c619629`](https://github.com/bcomnes/async-folder-walker/commit/c619629489fa5a11eb3fa0974ec2034d88a875f9)
62+
- Changelog [`af238d5`](https://github.com/bcomnes/async-folder-walker/commit/af238d5ef8b6c750915920be88dbe0799d0e7ae0)
63+
64+
## v0.0.1 - 2019-11-21
65+
66+
### Commits
67+
68+
- Initial commit [`a9e2114`](https://github.com/bcomnes/async-folder-walker/commit/a9e21146d39faa1f3ae989bf3fdc3a903c81191e)

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

0 commit comments

Comments
 (0)