Skip to content

Commit 66a8c09

Browse files
github-actions[bot]github-actionsOGPoyrazlegobeat
authored
8.0.0 (#396)
* 8.0.0 * Adjust changelog * Adjust changelog * Adjust changelog * Adjust changelog * Adjust changelog * Adjust changelog * Adjust changelog * Update CHANGELOG.md Co-authored-by: legobeat <[email protected]> * Adjust changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: OGPoyraz <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent b880aff commit 66a8c09

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+
## [8.0.0]
10+
### Changed
11+
- **BREAKING**: Values of type `number` are not accepted as address parameter anymore. Valid values are `string` and `Uint8Array`. ([#391](https://github.com/MetaMask/eth-sig-util/pull/391))
12+
- **BREAKING**: Drop support for Node.js versions 16, 21. ([#390](https://github.com/MetaMask/eth-sig-util/pull/390))
13+
914
## [7.0.3]
1015
### Changed
1116
- Bump `@metamask/abi-utils` to `^2.0.4` ([#381](https://github.com/MetaMask/eth-sig-util/pull/381))
@@ -153,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153158
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
154159
- 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))
155160

156-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...HEAD
161+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...HEAD
162+
[8.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.0
157163
[7.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3
158164
[7.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2
159165
[7.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1

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": "7.0.3",
3+
"version": "8.0.0",
44
"description": "A few useful functions for signing ethereum data",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)