File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ### Unreleased
3
+
4
+ ### 2.1.1 - 2023-08-22
5
+
6
+ - feat: bundle grammar.js, build with prepack, fixes #46
7
+ - ci: updated to latest
8
+ - added .release
9
+ - README: update badge URLs
10
+
11
+
2
12
### 2.0.1 - 2021-01-21
3
13
4
14
- grammer.ne: add polyfill for Array.flat (#43 )
66
76
67
77
- replaced null host or user values with empty strings
68
78
[ 2.1.0 ] : https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.0
79
+ [ 2.1.1 ] : https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " address-rfc2821" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " RFC-5321 (Envelope) email address parser" ,
5
5
"author" : {
6
6
"name" : " The Haraka Team" ,
41
41
"devDependencies" : {
42
42
"eslint" : " *" ,
43
43
"eslint-plugin-haraka" : " *" ,
44
- "mocha" : " *" ,
45
- "nearley" : " ^2.20.1"
44
+ "mocha" : " *"
46
45
},
47
46
"license" : " MIT" ,
48
47
"dependencies" : {
48
+ "nearley" : " ^2.20.1" ,
49
49
"punycode" : " ^2.3.0"
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments