๐ Breaking changes
- Do not require manual
eas-cli-local-build-plugin
installation. An existing global installation (either withyarn global add
ornpm install -g
) will not be used anymore. (#753 by @dsokal)
๐ New features
๐ Bug fixes
- Fix auto-submitting with
--auto-submit-with-profile
. (#748 by @dsokal) - Pass env from build profile when resolving entitlements. (#751 by @wkozyra95)
- Only prompt for Apple Id username if authenticating with an App Specific Password. (#745 by @quinlanj)