From c2b50a3a08c41746bdc9f33c3b41d2a82cc0b0b6 Mon Sep 17 00:00:00 2001 From: Will Schurman Date: Wed, 17 Aug 2022 11:31:02 -0700 Subject: [PATCH] [eas-cli] Remove git merge artifact from CHANGELOG (#1285) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d94525862..a02d4da40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ This is the log of notable changes to EAS CLI and related packages. - Add metadata support for dynamic store.config.js files. ([#1270](https://github.com/expo/eas-cli/pull/1270) by [@byCedric](https://github.com/byCedric)) - Improve reliability of update asset presigned upload requests. ([#1278](https://github.com/expo/eas-cli/pull/1278) by [@wschurman](https://github.com/wschurman)) ->>>>>>> 1ff5f69a (update CHANGELOG.md) ### 🐛 Bug fixes - Rebind `console.info` correctly after `ora` instance stops. ([#1113](https://github.com/expo/eas-cli/pull/1113) by [@EvanBacon](https://github.com/EvanBacon))