Skip to content

19.13.0

Compare
Choose a tag to compare
@develar develar released this 04 Jul 08:00
· 2064 commits to master since this release

If you app has native dependencies — you can expect a little bit smaller size because now prebuild-install and nan are not included into the production build (because not required).

Bug Fixes

  • TypeError: s.trim is not a function on rpm and deb target (ab64a06), closes #1784

Features

  • deployment: Upload of artifacts should be retried on failure (7ffcd27), closes #1749
  • do not include prebuild-install, nan into production build (98dd77a)
  • remove ./ prefix from file pattern (946dfb6)
  • resolve electron version if specified as latest (0f6cef6), closes #1766