Skip to content

Commit 82e25fb

Browse files
github-actions[bot]github-actionslegobeat
authored
6.0.2 (#357)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 637f7dc commit 82e25fb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)