Skip to content

Commit 2cbe32f

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2020-12-22) ### Features * Move to `fast-glob` and expose options for it. ([#48](#48)) ([3b5d2e5](3b5d2e5))
1 parent b325393 commit 2cbe32f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/researchgate/node-file-processor/compare/v3.1.0...v3.2.0) (2020-12-22)
2+
3+
4+
### Features
5+
6+
* Move to `fast-glob` and expose options for it. ([#48](https://github.com/researchgate/node-file-processor/issues/48)) ([3b5d2e5](https://github.com/researchgate/node-file-processor/commit/3b5d2e55d4ccb940ec3f7d812c0bf32256d7df09))
7+
18
# [3.1.0](https://github.com/researchgate/node-file-processor/compare/v3.0.1...v3.1.0) (2020-06-03)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@researchgate/file-processor",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Run parallel tasks on a multiple files",
55
"main": "index.js",
66
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",

0 commit comments

Comments
 (0)