Skip to content

Commit

Permalink
version bump (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Nov 18, 2020
1 parent becbbb9 commit 98a655e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

## 2.0.6 - 2020-11-DD
## 2.0.6 - 2020-11-17

- replace travis/appveyor CI tests with Github Actions
- test: when splitting lines, use os.EOL
- allow @ symbol in display name #47


## 2.0.5 - 2020-06-02
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
address-rfc2822
==================

Parser for RFC2822 (Header) format email addresses.
Parser for RFC 2822 & 5322 (Header) format email addresses.

This module parses RFC2822 headers containing addresses such as From, To, CC, and Bcc headers.
This module parses RFC 2822 headers containing addresses such as From, To, CC, and BCC headers.

It is almost a direct port of the perl module Mail::Address and I'm grateful to the original authors of that module for the clean code and the tests.

Installation
------------

npm install address-rfc2822
`npm install address-rfc2822`

Usage
-----
Expand Down Expand Up @@ -44,8 +44,6 @@ This module is MIT licensed.
[ci-url]: https://github.com/haraka/node-address-rfc2822/actions?query=workflow%3A%22Unix+Tests%22
[ci-win-img]: https://github.com/haraka/node-address-rfc2822/workflows/Tests%20-%20Windows/badge.svg
[ci-win-url]: https://github.com/haraka/node-address-rfc2822/actions?query=workflow%3A%22Tests+-+Windows%22
[dep-img]: https://david-dm.org/haraka/node-address-rfc2822.svg
[dep-url]: https://david-dm.org/haraka/node-address-rfc2822
[cov-img]: https://codecov.io/github/haraka/node-address-rfc2822/coverage.svg
[cov-url]: https://codecov.io/github/haraka/node-address-rfc2822?branch=master
[clim-img]: https://codeclimate.com/github/haraka/haraka-plugin-template/badges/gpa.svg
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "address-rfc2822",
"version": "2.0.5",
"description": "RFC 2822 (Header) email address parser",
"version": "2.0.6",
"description": "RFC 2822 & 5322 (Header) email address parser",
"main": "index.js",
"homepage": "https://github.com/haraka/node-address-rfc2822",
"keywords": [
"email",
"address",
"rfc822",
"rfc2822",
"rfc5322",
"mail",
"from"
],
Expand Down

0 comments on commit 98a655e

Please sign in to comment.