- Add Edge API v1.1 support (#29)
- edge: Remove new X-ClientID header from v1.0 requests (5446ac0)
- Mezannic (@mezannic)
- Trim spaces from secret values (70d8aa0)
- Upgrade to node 20 (8a4cfaf)
- Add missing CLI flags for new chrome features (ebf32d6)
- Log git status for debugging (af90e4d)
- Support chrome's new
deployPercentage
andreviewExemption
options (#27)
- Include cli in export paths (42c356a)
- Support node 20 in
engines
field inpackage.json
(#17)
- Read variables from
.env.submit
automatically (#15)
⚠️ Refactor CLI to addinit
command (#13)
- Add env section to README (ff62b9b)
- Standardize github actions with my other repos (795cb05)
- Fix release environment variables (6572f61)
- Fix release setup (407de24)
⚠️ Refactor CLI to addinit
command (#13)
- Aaron Klinker