Skip to content

Commit da4ba02

Browse files
authored
release 2.0.1 (#44)
1 parent a4bfc56 commit da4ba02

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
### 2.0.1 - 2021-01-21
3+
4+
- grammer.ne: add polyfill for Array.flat (#43)
5+
- restore compatibility with Node < 12
6+
- restore node 10 testing
7+
8+
29
### 2.0.0 - 2021-01-05
310

411
- major version bump, nearley output requires node.js > 11

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "address-rfc2821",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "RFC-5321 (Envelope) email address parser",
55
"author": {
66
"name": "The Haraka Team",
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/haraka/node-address-rfc2821/issues"
2424
},
2525
"engines": {
26-
"node": ">= v12.20.1"
26+
"node": ">= 10.23.1"
2727
},
2828
"scripts": {
2929
"grammar": "npx -p nearley nearleyc grammar.ne -o grammar.js",

0 commit comments

Comments
 (0)