From fe301663a5438db45d6db6eb68d26387f6a84eb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:14:24 -0700 Subject: [PATCH] chore(main): release 1.4.6 (#86) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a468e23..c7bc1bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.6](https://github.com/loopingz/smtp-relay/compare/v1.4.5...v1.4.6) (2024-06-10) + + +### Bug Fixes + +* **deps:** bump @grpc/grpc-js from 1.10.1 to 1.10.9 ([#85](https://github.com/loopingz/smtp-relay/issues/85)) ([f09c696](https://github.com/loopingz/smtp-relay/commit/f09c6967b7435071d8679f1f5b26098838cc046c)) +* **deps:** bump braces from 3.0.2 to 3.0.3 ([#87](https://github.com/loopingz/smtp-relay/issues/87)) ([470f44e](https://github.com/loopingz/smtp-relay/commit/470f44e05eafee876b0b9d5648bc7ce3386629e8)) + ## [1.4.5](https://github.com/loopingz/smtp-relay/compare/v1.4.4...v1.4.5) (2024-03-19) diff --git a/package.json b/package.json index 4724568..ad58d2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smtp-relay", - "version": "1.4.5", + "version": "1.4.6", "main": "lib/index.js", "bin": "lib/index.js", "license": "MIT",