From b3545209c6ddf32485b974414f549fff3353f94e Mon Sep 17 00:00:00 2001 From: Chloe Gao Date: Thu, 9 Jan 2025 18:28:30 +0100 Subject: [PATCH] test --- .github/workflows/main.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e5a5121f336..2975a5c730eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: - check-workflows - test-lint-shellcheck - test-lint - - test-lint-changelog + - ${{ !startsWith(github.ref_name, 'Version-v') && 'test-lint-changelog' }} - test-lint-lockfile - test-yarn-dedupe - test-deps-depcheck diff --git a/CHANGELOG.md b/CHANGELOG.md index eda15db00496..138c36038379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.10.2] +### Uncategorized +- Display the "Amount" row within the advanced view of contract interaction confirmations, and whenever the amount being sent differs from the "You Send" row of the transaction simulation information by more than 5% ([#29131](https://github.com/MetaMask/metamask-extension/pull/29131)) + ## [12.9.2] ### Changed - Display the "Amount" row within the advanced view of contract interaction confirmations, and whenever the amount being sent differs from the "You Send" row of the transaction simulation information by more than 5% ([#29131](https://github.com/MetaMask/metamask-extension/pull/29131))