diff --git a/Changes.md b/Changes.md index 546becc..9a0fd53 100644 --- a/Changes.md +++ b/Changes.md @@ -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) @@ -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 diff --git a/package.json b/package.json index b32570e..b38d92a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }