Skip to content

Commit

Permalink
Merge pull request #3 from haraka/release-1.0.1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
msimerson authored Nov 4, 2024
2 parents e289cd7 + 7b0dc72 commit 8841fe1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 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
+8 −1 finish.sh
+36 −5 start.sh
+29 −17 submit.sh
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.0.1] - 2024-11-04

- Merge pull request #2 from lnedry/master

- fix: removed redundant timer.
- chore: remove unused set of conn.notes.prev_helo

### [1.0.0] - 2024-05-08

- initial release

[1.0.0]: https://github.com/haraka/haraka-plugin-template/releases/tag/v1.0.0
[1.0.1]: https://github.com/haraka/haraka-plugin-helo.checks/releases/tag/v1.0.1
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-helo.checks",
"version": "1.0.0",
"version": "1.0.1",
"description": "Haraka plugin checks the HELO string.",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/haraka/haraka-plugin-helo.checks#readme",
"devDependencies": {
"@haraka/eslint-config": "1.1.3",
"haraka-test-fixtures": "1.3.5"
"@haraka/eslint-config": "1.1.5",
"haraka-test-fixtures": "1.3.8"
},
"dependencies": {
"haraka-net-utils": "^1.7.0",
"haraka-tld": "^1.2.1",
"haraka-tld": "^1.2.2",
"haraka-utils": "^1.1.3"
}
}
}

0 comments on commit 8841fe1

Please sign in to comment.