File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.0.2]
10+ ### Fixed
11+ - ** BREAKING** : fix: interpret 0x as hex in bytes encodeField ([ #356 ] ( https://github.com/MetaMask/eth-sig-util/pull/356 ) )
12+ - This fixes a regression introduced in ` 6.0.1 ` which caused inconsistent signatures when data was supplied as literal ` 0x ` .
13+
914## [ 6.0.1]
1015### Changed
1116- Swap out legacy ` ethereumjs-abi ` for ` @metamask/abi-utils ` ([ #319 ] ( https://github.com/MetaMask/eth-sig-util/pull/319 ) )
@@ -128,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128133- Fix package metadata ([ #81 ] ( https://github.com/MetaMask/eth-sig-util/pull/81 )
129134- 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 ) )
130135
131- [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...HEAD
136+ [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.2...HEAD
137+ [ 6.0.2 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v6.0.2
132138[ 6.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1
133139[ 6.0.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v5.1.0...v6.0.0
134140[ 5.1.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v5.0.3...v5.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-sig-util" ,
3- "version" : " 6.0.1 " ,
3+ "version" : " 6.0.2 " ,
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