From 3a4ba01e01047b9aa345f291049db97b6f3e3971 Mon Sep 17 00:00:00 2001 From: eleith Date: Fri, 12 May 2023 15:20:28 -0700 Subject: [PATCH] release 4.0.2 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f7f15..f5e553a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [3.9.0] - [TBD] +## [4.0.2] - 2023-05-12 +### Fixed +- redact passwords in error messages [#339](https://github.com/eleith/emailjs/issues/339) + +## [4.0.0] - 2022-04-20 ### Added - support `isolatedModules` and `preserveValueImports` compilation scenarios [#305](https://github.com/eleith/emailjs/pull/305) diff --git a/package.json b/package.json index 9f4ad95..2a45031 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "emailjs", "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", - "version": "4.0.1", + "version": "4.0.2", "author": "eleith", "contributors": [ "izuzak",