Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Aug 22, 2023
1 parent f3f07a8 commit 3e25a7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

### Unreleased

### 2.1.1 - 2023-08-22

- feat: bundle grammar.js, build with prepack, fixes #46
- ci: updated to latest
- added .release
- README: update badge URLs


### 2.0.1 - 2021-01-21

- grammer.ne: add polyfill for Array.flat (#43)
Expand Down Expand Up @@ -66,3 +76,4 @@

- replaced null host or user values with empty strings
[2.1.0]: https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.0
[2.1.1]: https://github.com/haraka/node-address-rfc2821/releases/tag/2.1.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "address-rfc2821",
"version": "2.1.0",
"version": "2.1.1",
"description": "RFC-5321 (Envelope) email address parser",
"author": {
"name": "The Haraka Team",
Expand Down Expand Up @@ -41,11 +41,11 @@
"devDependencies": {
"eslint": "*",
"eslint-plugin-haraka": "*",
"mocha": "*",
"nearley": "^2.20.1"
"mocha": "*"
},
"license": "MIT",
"dependencies": {
"nearley": "^2.20.1",
"punycode": "^2.3.0"
}
}

0 comments on commit 3e25a7e

Please sign in to comment.