From 62704fee47cda03d41770d0f40ba9070a9fabca4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Jan 2025 02:15:22 +0000 Subject: [PATCH 1/2] 8.2.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fd2382..99060c17 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] +## [8.2.0] +### Uncategorized +- Adds `signAuthorization` method for EIP-7702 ([#407](https://github.com/MetaMask/eth-sig-util/pull/407)) + ## [8.1.2] ### Changed - Bump `@metamask/abi-utils` from `^2.0.4` to `^3.0.0` ([#405](https://github.com/MetaMask/eth-sig-util/pull/405)) @@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81) - Switch from Node.js v8 to Node.js v10 ([#76](https://github.com/MetaMask/eth-sig-util/pull/77) and [#80](https://github.com/MetaMask/eth-sig-util/pull/80)) -[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.2.0...HEAD +[8.2.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...v8.2.0 [8.1.2]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...v8.1.2 [8.1.1]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...v8.1.1 [8.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0 diff --git a/package.json b/package.json index 4c4385e6..2ad8da07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "8.1.2", + "version": "8.2.0", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum", From 50c5e3c73c93841b23f4fc4141e0444a7836a1fe Mon Sep 17 00:00:00 2001 From: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:42:12 +1300 Subject: [PATCH 2/2] Categorize 'Adds "signAuthorization" method of EIP-7702' as 'Added' in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99060c17..7f90e9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [8.2.0] -### Uncategorized +### Added - Adds `signAuthorization` method for EIP-7702 ([#407](https://github.com/MetaMask/eth-sig-util/pull/407)) ## [8.1.2]