Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.1.3] - 2025-11-15

- deps: dump all versions to latest

### [1.1.2] - 2025-01-26

- prettier: move config into package.json
Expand Down Expand Up @@ -71,3 +75,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.1.0]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/1.1.0
[1.1.1]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.1
[1.1.2]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.2
[1.1.3]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.3
4 changes: 2 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributors

This handcrafted artisinal software is brought to you by:
This handcrafted artisanal 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/haraka-plugin-known-senders/commits?author=msimerson">54</a>) |
| <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/haraka-plugin-known-senders/commits?author=msimerson">55</a>) |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is generated by [.release](https://github.com/msimerson/.release).
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-known-senders",
"version": "1.1.2",
"version": "1.1.3",
"description": "Increase the reputation of recognized sender domains.",
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"homepage": "https://github.com/haraka/haraka-plugin-known-senders#readme",
"devDependencies": {
"address-rfc2821": "^2.1.2",
"haraka-test-fixtures": "^1.3.8",
"address-rfc2821": "^2.1.3",
"haraka-test-fixtures": "^1.3.10",
"@haraka/eslint-config": "^2.0.2"
},
"dependencies": {
"haraka-plugin-redis": "^2.0.8",
"haraka-tld": "^1.2.3"
"haraka-plugin-redis": "^2.0.11",
"haraka-tld": "^1.2.4"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading