Skip to content

Commit aa26dee

Browse files
committed
new 2.0.0 release
1 parent a6cb9ca commit aa26dee

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ You're your curious to [learn about the tool's history](https://github.com/freet
1616
1717
## Supported NodeJS Versions
1818

19-
NodeJS 6.x -> 9.x are supported. Older NodeJS will not work with this package.
19+
Current 2.x version of `inline-email` are tested against NodeJS 8.x -> 12.x.
20+
The 2.x will work on version 6.x and 8.x, but the test runners no longer support these so validation is not guaranteed.
21+
22+
Previous 1.x versions of `inline-email` support NodeJS 6.x -> 9.x. Older NodeJS will not work with this package.
2023

2124
## What this does not do.
2225

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-email",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates.",
55
"main": "bin/inline-email",
66
"scripts": {
@@ -37,6 +37,6 @@
3737
},
3838
"homepage": "https://github.com/freethinkingit/inline-email#readme",
3939
"engines": {
40-
"node": ">= 6.12.3"
40+
"node": ">= 8.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)