Skip to content

Commit 8694271

Browse files
authored
Release v1.1.3 (#37)
deps: bump all versions to latest
1 parent 70312ac commit 8694271

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
### Unreleased
66

7+
### [1.1.3] - 2025-11-15
8+
9+
- deps: dump all versions to latest
10+
711
### [1.1.2] - 2025-01-26
812

913
- prettier: move config into package.json
@@ -71,3 +75,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
7175
[1.1.0]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/1.1.0
7276
[1.1.1]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.1
7377
[1.1.2]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.2
78+
[1.1.3]: https://github.com/haraka/haraka-plugin-known-senders/releases/tag/v1.1.3

CONTRIBUTORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributors
22

3-
This handcrafted artisinal software is brought to you by:
3+
This handcrafted artisanal software is brought to you by:
44

5-
| <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>) |
5+
| <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>) |
66
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
77

88
<sub>this file is generated by [.release](https://github.com/msimerson/.release).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haraka-plugin-known-senders",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Increase the reputation of recognized sender domains.",
55
"files": [
66
"CHANGELOG.md",
@@ -37,13 +37,13 @@
3737
},
3838
"homepage": "https://github.com/haraka/haraka-plugin-known-senders#readme",
3939
"devDependencies": {
40-
"address-rfc2821": "^2.1.2",
41-
"haraka-test-fixtures": "^1.3.8",
40+
"address-rfc2821": "^2.1.3",
41+
"haraka-test-fixtures": "^1.3.10",
4242
"@haraka/eslint-config": "^2.0.2"
4343
},
4444
"dependencies": {
45-
"haraka-plugin-redis": "^2.0.8",
46-
"haraka-tld": "^1.2.3"
45+
"haraka-plugin-redis": "^2.0.11",
46+
"haraka-tld": "^1.2.4"
4747
},
4848
"prettier": {
4949
"singleQuote": true,

0 commit comments

Comments
 (0)