File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 8.2.0]
10+ ### Added
11+ - Adds ` signAuthorization ` method for EIP-7702 ([ #407 ] ( https://github.com/MetaMask/eth-sig-util/pull/407 ) )
12+
913## [ 8.1.2]
1014### Changed
1115- 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
171175- Fix package metadata ([ #81 ] ( https://github.com/MetaMask/eth-sig-util/pull/81 )
172176- 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 ) )
173177
174- [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...HEAD
178+ [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v8.2.0...HEAD
179+ [ 8.2.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...v8.2.0
175180[ 8.1.2 ] : https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...v8.1.2
176181[ 8.1.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...v8.1.1
177182[ 8.1.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-sig-util" ,
3- "version" : " 8.1.2 " ,
3+ "version" : " 8.2.0 " ,
44 "description" : " A few useful functions for signing ethereum data" ,
55 "keywords" : [
66 " ethereum" ,
You can’t perform that action at this time.
0 commit comments