Skip to content

Commit 75514fb

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2020-05-07) ### Features * Drop support for node 8 ([fdee983](fdee983)) ### BREAKING CHANGES * Only node 10.18.1 or newer is now supported
1 parent 8fb4d23 commit 75514fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/researchgate/node-file-processor/compare/v2.0.0...v3.0.0) (2020-05-07)
2+
3+
4+
### Features
5+
6+
* Drop support for node 8 ([fdee983](https://github.com/researchgate/node-file-processor/commit/fdee983b1299dc89dd7719db67a667233e60efc6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Only node 10.18.1 or newer is now supported
12+
113
# [2.0.0](https://github.com/researchgate/node-file-processor/compare/v1.2.0...v2.0.0) (2018-03-21)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@researchgate/file-processor",
3-
"version": "2.0.0",
3+
"version": "3.0.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)