File tree 2 files changed +7
-2
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 7.0.2]
10
+ ### Fixed
11
+ - Replace dependency ` tweetnacl-util ` with ` @scure/base ` ([ #358 ] ( https://github.com/MetaMask/eth-sig-util/pull/358 ) )
12
+
9
13
## [ 7.0.1]
10
14
### Changed
11
15
- Remove dependency ` ethjs-util ` ([ #349 ] ( https://github.com/MetaMask/eth-sig-util/pull/349 ) )
@@ -144,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
148
- Fix package metadata ([ #81 ] ( https://github.com/MetaMask/eth-sig-util/pull/81 )
145
149
- 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 ) )
146
150
147
- [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...HEAD
151
+ [ Unreleased ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...HEAD
152
+ [ 7.0.2 ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2
148
153
[ 7.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1
149
154
[ 7.0.0 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.0.0
150
155
[ 6.0.1 ] : https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/eth-sig-util" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.0.2 " ,
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