release: update changelog

This commit is contained in:
Zack Schuster 2021-11-19 15:57:31 -08:00
parent 89c0d574b0
commit 9f7ddf0c6b
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ 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.6.1] - TBD
### Fixed
- remove call to deprecated `RegExp.prototype.compile` (causes build error on typescript@4.5)
## [3.6.0] - 2021-09-03
### Added
- support `tsc` compilation without `--esModuleInterop` or `--allowSyntheticDefaultImports` [#296](https://github.com/eleith/emailjs/pull/296)