From bac396bded51d3ddbc11116f1c3e806f9b4bef8d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 4 Nov 2024 14:31:39 -0800 Subject: [PATCH 1/2] doc: update CHANGELOG --- .release | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release b/.release index 7cd5707..afb1db8 160000 --- a/.release +++ b/.release @@ -1 +1 @@ -Subproject commit 7cd5707f7d69f8d4dca1ec407ada911890e59d0a +Subproject commit afb1db801607dda5e859f39b600f0dd0111e4651 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f25cf6..da7121a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2ffdbff..cc9364e 100644 --- a/package.json +++ b/package.json @@ -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": [ From 7b0dc72b8c58e4cac204231e686ed024de2c8ef2 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 4 Nov 2024 14:35:38 -0800 Subject: [PATCH 2/2] chore: bump dep versions --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cc9364e..a5d47d5 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file