release: update changelog

This commit is contained in:
Zack Schuster 2021-06-26 12:45:56 -07:00
parent 2600a79d93
commit 306c5e9acc
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ 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.5.0] - TBD
### Added
- support `tsc --noPropertyAccessFromIndexSignature` [#290](https://github.com/eleith/emailjs/pull/290)
### Fixed
- use `engines` field in `package.json` to signal node version support
## [3.4.0] - 2020-12-01
### Added
- `SMTPClient#sendAsync` API [#267](https://github.com/eleith/emailjs/issues/267)