diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7ff77088..183752d9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐ŸŽ‰ New features +### ๐Ÿ› Bug fixes + +### ๐Ÿงน Chores + +## [13.4.0](https://github.com/expo/eas-cli/releases/tag/v13.4.0) - 2024-11-22 + +### ๐ŸŽ‰ New features + - Calculate fingerprint on each update. ([#2687](https://github.com/expo/eas-cli/pull/2687) by [@quinlanj](https://github.com/quinlanj)) - Calculate fingerprint on each update republish. ([#2708](https://github.com/expo/eas-cli/pull/2708) by [@quinlanj](https://github.com/quinlanj)) - Add `eas env` commands. ([#2711](https://github.com/expo/eas-cli/pull/2711) by [@szdziedzic](https://github.com/szdziedzic)) @@ -15,8 +23,6 @@ This is the log of notable changes to EAS CLI and related packages. - Load readable environment variables from EAS servers on every build. ([#2644](https://github.com/expo/eas-cli/pull/2644) by [@szdziedzic](https://github.com/szdziedzic)) - Add environment field to `eas.schema.json`. ([#2719](https://github.com/expo/eas-cli/pull/2719) by [@szdziedzic](https://github.com/szdziedzic)) -### ๐Ÿ› Bug fixes - ### ๐Ÿงน Chores - Deprecate `eas secret` commands. ([#2705](https://github.com/expo/eas-cli/pull/2705) by [@szdziedzic](https://github.com/szdziedzic))