From 608cdff981f1e30b45f7087ca2e43ff748e5ce8b Mon Sep 17 00:00:00 2001 From: Expo CI Date: Thu, 9 Jan 2025 16:53:02 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1f62b867..cacd3ae82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,18 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐ŸŽ‰ New features -- Load `.env` variables even when `--environment` is specified for `deploy` command. Conflicts will be highlighted by a warning message. ([#2783](https://github.com/expo/eas-cli/pull/2783) by [@kitten](https://github.com/kitten)) -- Silence all non-command output in non-interactive mode of eas env:exec. ([#2800](https://github.com/expo/eas-cli/pull/2800) by [@wschurman](https://github.com/wschurman)) -- Unhide `deploy` and `deploy:alias` commands ([#2807](https://github.com/expo/eas-cli/pull/2807) by [@kitten](https://github.com/kitten)) - ### ๐Ÿ› Bug fixes ### ๐Ÿงน Chores +## [14.4.0](https://github.com/expo/eas-cli/releases/tag/v14.4.0) - 2025-01-09 + +### ๐ŸŽ‰ New features + +- Load `.env` variables even when `--environment` is specified for `deploy` command. Conflicts will be highlighted by a warning message. ([#2783](https://github.com/expo/eas-cli/pull/2783) by [@kitten](https://github.com/kitten)) +- Silence all non-command output in non-interactive mode of eas env:exec. ([#2800](https://github.com/expo/eas-cli/pull/2800) by [@wschurman](https://github.com/wschurman)) +- Unhide `deploy` and `deploy:alias` commands ([#2807](https://github.com/expo/eas-cli/pull/2807) by [@kitten](https://github.com/kitten)) + ## [14.3.1](https://github.com/expo/eas-cli/releases/tag/v14.3.1) - 2025-01-08 ### ๐Ÿงน Chores