From c0a475e553cbdbfea9272fadc66aba71dda198b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:39:59 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4f718..e98499f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/loopingz/smtp-relay/compare/v1.4.1...v1.4.2) (2024-01-11) + + +### Bug Fixes + +* **deps:** bump follow-redirects from 1.15.2 to 1.15.4 ([3bf7a78](https://github.com/loopingz/smtp-relay/commit/3bf7a78795d13a5721c261157b105311be6f0870)) + ## [1.4.1](https://github.com/loopingz/smtp-relay/compare/v1.4.0...v1.4.1) (2023-11-13) diff --git a/package.json b/package.json index fad9df1..94251cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smtp-relay", - "version": "1.4.1", + "version": "1.4.2", "main": "lib/index.js", "bin": "lib/index.js", "license": "MIT",