Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

133 lines (71 loc) · 4.5 KB

Changelog

v2.3.0

compare changes

🚀 Enhancements

  • Add Edge API v1.1 support (#29)

🩹 Fixes

  • edge: Remove new X-ClientID header from v1.0 requests (5446ac0)

🤖 CI

❤️ Contributors

v2.2.2

compare changes

🩹 Fixes

  • Trim spaces from secret values (70d8aa0)

🏡 Chore

🤖 CI

  • Upgrade github actions and fix failing release flow (460a475)
  • Fix validation workflow (9cc260c)

v2.2.1

compare changes

🩹 Fixes

  • Add missing CLI flags for new chrome features (ebf32d6)

🤖 CI

  • Log git status for debugging (af90e4d)

v2.2.0

compare changes

🚀 Enhancements

  • Support chrome's new deployPercentage and reviewExemption options (#27)

🩹 Fixes

  • Report specific missing configurations (#19)
  • Fetch error typo (#20)

🏡 Chore

  • Upgrade repo setup (#25)
  • Upgrade repo setup (#26)

❤️ Contributors

v2.1.3

compare changes

🩹 Fixes

  • Include cli in export paths (42c356a)

v2.1.2

compare changes

🩹 Fixes

  • Support node 20 in engines field in package.json (#17)

v2.1.1

compare changes

🩹 Fixes

  • Remove log (d0a4723)
  • Don't require all config to run init command (89bfe5d)

v2.1.0

compare changes

🚀 Enhancements

  • Read variables from .env.submit automatically (#15)

v2.0.0

compare changes

🚀 Enhancements

  • ⚠️ Refactor CLI to add init command (#13)

📖 Documentation

  • Add env section to README (ff62b9b)

🤖 CI

  • Standardize github actions with my other repos (795cb05)
  • Fix release environment variables (6572f61)
  • Fix release setup (407de24)

⚠️ Breaking Changes

  • ⚠️ Refactor CLI to add init command (#13)

❤️ Contributors

  • Aaron Klinker