From a599cf13d4e8a36921ddfcc1bdba7ee8c9ca3697 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 2 Mar 2023 17:46:33 -0800 Subject: [PATCH] release 1.3.1 --- Changes.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 68e6058..268500a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ ### Unreleased +### [1.3.1] - 2023-03-02 + +- fix for loop returns (#35) + + ### [1.3.0] - 2023-02-23 - add: defer options, similar to spamassassin.js #32 @@ -74,3 +79,4 @@ [1.1.9]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.9 [1.2.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.2.0 [1.3.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.0 +[1.3.1]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.1 diff --git a/package.json b/package.json index a96d0a9..6b03eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-rspamd", - "version": "1.3.0", + "version": "1.3.1", "description": "Haraka plugin for rspamd", "main": "index.js", "scripts": {