diff --git a/CHANGELOG.md b/CHANGELOG.md index f58765a4..265d12f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,38 @@ # CHANGELOG +## template-electron-react v0.13.0 (2023-09-01) +### Features + +- Add assertion utils separately for main and renderer + For electron main process, it's better to use node assertion module, the only customized assertion util is `assertIsNever` +- Add application logger `AppLogger`, logs will be stored in `/logs` folder in `app-