Skip to content

Commit

Permalink
Release v2.2.2 (#70)
Browse files Browse the repository at this point in the history
* doc(CONTRIBUTORS): added
- dep(eslint-config): bumped to 1.1.5
  • Loading branch information
msimerson authored Apr 29, 2024
1 parent 34a4bf9 commit 024ef1e
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 7 files
+3 −0 CHANGELOG.md
+4 −3 README.md
+8 −0 base.sh
+82 −0 contributors.js
+1 −1 finish.sh
+36 −5 start.sh
+29 −17 submit.sh
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [2.2.2] - 2024-04-29

- doc(CONTRIBUTORS): added
- dep(eslint-config): bumped to 1.1.5
- chore: prettier

### [2.2.1] - 2024-04-08

- dep: eslint-plugin-haraka -> @haraka/eslint-config
Expand Down Expand Up @@ -80,3 +86,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[2.2.1]: https://github.com/haraka/node-address-rfc2822/releases/tag/v2.2.1
[2.0.6]: https://github.com/haraka/node-address-rfc2822/releases/tag/2.0.6
[0.0.2]: https://github.com/haraka/node-address-rfc2822/releases/tag/v0.0.2
[2.2.2]: https://github.com/haraka/node-address-rfc2822/releases/tag/v2.2.2
9 changes: 9 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributors

This handcrafted artisinal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=msimerson">39</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/662371?v=4"><br><a href="https://github.com/baudehlo">baudehlo</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=baudehlo">13</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/3326440?v=4"><br><a href="https://github.com/osm">osm</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=osm">2</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/26602940?v=4"><br><a href="https://github.com/0xflotus">0xflotus</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=0xflotus">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/362368?v=4"><br><a href="https://github.com/diasbruno">diasbruno</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=diasbruno">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/3902676?v=4"><br><a href="https://github.com/kesselb">kesselb</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=kesselb">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/260837?v=4"><br><a href="https://github.com/fionawhim">fionawhim</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=fionawhim">1</a>) |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <img height="80" src="https://avatars.githubusercontent.com/u/25829?v=4"><br><a href="https://github.com/markstos">markstos</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=markstos">1</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/1705228?v=4"><br><a href="https://github.com/dwali">dwali</a> (<a href="https://github.com/haraka/node-address-rfc2822/commits?author=dwali">1</a>) |

<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It is almost a direct port of the perl module Mail::Address and I'm grateful to

## Usage

<!-- prettier-ignore -->
```js
const addrparser = require('address-rfc2822')

Expand Down
Loading

0 comments on commit 024ef1e

Please sign in to comment.