From 6cce8fd748783c0eada4baaaada20ccdc1643ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:23:09 -0700 Subject: [PATCH] chore(main): release 1.4.5 (#83) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2379384..a468e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.5](https://github.com/loopingz/smtp-relay/compare/v1.4.4...v1.4.5) (2024-03-19) + + +### Bug Fixes + +* **deps:** bump follow-redirects from 1.15.5 to 1.15.6 ([#82](https://github.com/loopingz/smtp-relay/issues/82)) ([f132639](https://github.com/loopingz/smtp-relay/commit/f1326390020077a6ef1d8944cb04c614b05dee43)) + ## [1.4.4](https://github.com/loopingz/smtp-relay/compare/v1.4.3...v1.4.4) (2024-03-06) diff --git a/package.json b/package.json index d1c16fe..4724568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smtp-relay", - "version": "1.4.4", + "version": "1.4.5", "main": "lib/index.js", "bin": "lib/index.js", "license": "MIT",