Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jamin committed Jan 22, 2024
1 parent d63fc86 commit ef3c626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class RegexList {
/^Sent from (?:\s*.+)$/, // en
/^Get Outlook for (?:\s*.+).*/m, // en
/^Cheers,?!?$/mi, // en
/^Thank you,?!?$/mi, // en
/^Best wishes,?!?$/mi, // en
/^\w{0,20}\s?(\sand\s)?Regards,?!?!?$/mi, //en
/^Von (?:\s*.+) gesendet$/, // de
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "email-reply-parser",
"version": "1.5.4",
"version": "1.6.0",
"description": "Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser",
"main": "lib/emailreplyparser.js",
"homepage": "https://github.com/crisp-oss/email-reply-parser",
Expand Down

0 comments on commit ef3c626

Please sign in to comment.