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",