File tree 2 files changed +13
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ 7.0.0]
10
20
### Changed
11
21
- ** 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
134
144
- Fix package metadata ([ #81 ] ( https://github.com/MetaMask/eth-sig-util/pull/81 )
135
145
- 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 ) )
136
146
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
138
149
[ 7.0.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.0.0
139
150
[ 6.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1
140
151
[ 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 1
1
{
2
2
"name" : " @metamask/eth-sig-util" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"description" : " A few useful functions for signing ethereum data" ,
5
5
"keywords" : [
6
6
" ethereum" ,
You can’t perform that action at this time.
0 commit comments