Skip to content

Commit f8e84ea

Browse files
github-actions[bot]github-actionslegobeat
authored
7.0.1 (#355)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 3f13571 commit f8e84ea

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)