From 6b89672bcb4c70f23e283ad9fd1d1d5fedf1550a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:48:56 +0000 Subject: [PATCH] chore(main): release 1.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76a3e5..0aaff95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/loopingz/smtp-relay/compare/v1.3.2...v1.3.3) (2023-09-12) + + +### Bug Fixes + +* use async unlink with a log for error ([334c29a](https://github.com/loopingz/smtp-relay/commit/334c29a9cb1902a8ce1a0556d9429e461007dda0)), closes [#67](https://github.com/loopingz/smtp-relay/issues/67) + ## [1.3.2](https://github.com/loopingz/smtp-relay/compare/v1.3.1...v1.3.2) (2023-08-23) diff --git a/package.json b/package.json index 949e768..c22c718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smtp-relay", - "version": "1.3.2", + "version": "1.3.3", "main": "lib/index.js", "bin": "lib/index.js", "license": "MIT",