Update CHANGELOG.md for 6.0.0-beta.62

This commit is contained in:
Mark Lee 2022-01-09 12:02:51 -08:00
Родитель 105f6c2a73
Коммит c5490b61d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 82F864B9B8626D7C
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,16 @@
#### [6.0.0-beta.62](https://github.com/electron-userland/electron-forge/releases/tag/v6.0.0-beta.62) (2022-01-09)
##### New Features
- **publisher-github:** add retry support (#2550) ([a400066d](https://github.com/electron-userland/electron-forge/commit/a400066d))
##### Bug Fixes
- replace colors with chalk (#2666) ([e909ae83](https://github.com/electron-userland/electron-forge/commit/e909ae83))
- **plugin-webpack:**
- rebuild native modules before packaging (#2584) ([21310bbf](https://github.com/electron-userland/electron-forge/commit/21310bbf))
- validate that the correct entry point is used (#2522) ([3de904b6](https://github.com/electron-userland/electron-forge/commit/3de904b6))
#### [6.0.0-beta.61](https://github.com/electron-userland/electron-forge/releases/tag/v6.0.0-beta.61) (2021-09-10)
##### New Features