๐ New features
- Add
--channel
option toupdate:republish
. (#1580 by @byCedric) - Use
appVersion
as default runtime version policy when runningeas update:configure
. (#1588 by @jonsamp) - Support
--json
flag in webhook list command. (#1605 by @sheddy7)
๐ Bug fixes
- Makes eas.json configuration to only run on
update:configure
. (#1598 by @jonsamp) - Fix issue with invisible build info in some terminals in the
eas build:run
andeas build:resign
commands. (#1602 by @szdziedzic) - Fix issues with invisible build info in some terminals while using the
eas submit
command. (#1603 by @szdziedzic) - Use the
completedAt
timestamp as the build finish date instead of theupdatedAt
timestamp in theeas build:run
command. (#1604 by @szdziedzic)
๐งน Chores
- Make all URLs in logs clickable in terminals supporting hyperlinks. (#1591 by @Simek)
- Use paginated select prompt for the
eas build:run
command. (#1601 by @szdziedzic)