File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 7.0.1]
10+ ### Changed
11+ - Remove dependency ` ethjs-util ` ([ #349 ] ( https://github.com/MetaMask/eth-sig-util/pull/349 ) )
12+
13+ ### Fixed
14+ - ** BREAKING** : fix: interpret 0x as hex in bytes encodeField ([ #354 ] ( https://github.com/MetaMask/eth-sig-util/pull/354 ) )
15+ - This fixes a regression introduced in ` 6.0.1 ` which caused inconsistent signatures when data was supplied as literal ` 0x ` .
16+ - fix: Exclude test files from published release ([ #350 ] ( https://github.com/MetaMask/eth-sig-util/pull/350 ) )
17+ - fix: Bump @babel/traverse from 7.21.5 to 7.23.2 ([ #341 ] ( https://github.com/MetaMask/eth-sig-util/pull/341 ) )
18+
919## [ 7.0.0]
1020### Changed
1121- ** BREAKING** : Increase minimum Node.js version to v16 ([ #332 ] ( https://github.com/MetaMask/eth-sig-util/pull/332 ) )
@@ -134,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134144- Fix package metadata ([ #81 ] ( https://github.com/MetaMask/eth-sig-util/pull/81 )
135145- 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 ) )
136146
137- [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...HEAD
147+ [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...HEAD
148+ [ 7.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1
138149[ 7.0.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.0.0
139150[ 6.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1
140151[ 6.0.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v5.1.0...v6.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-sig-util" ,
3- "version" : " 7.0.0 " ,
3+ "version" : " 7.0.1 " ,
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