From 66a8c0935c14d6ef80b583148d0c758c198a9c4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:13:28 +0200 Subject: [PATCH] 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 <109787230+legobeat@users.noreply.github.com> * Adjust changelog --------- Co-authored-by: github-actions Co-authored-by: OGPoyraz Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c393dec3..55b96fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] +### Changed +- **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)) +- **BREAKING**: Drop support for Node.js versions 16, 21. ([#390](https://github.com/MetaMask/eth-sig-util/pull/390)) + ## [7.0.3] ### Changed - 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 - Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81) - 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)) -[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.0 [7.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3 [7.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2 [7.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1 diff --git a/package.json b/package.json index 974ab871..c3310d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "7.0.3", + "version": "8.0.0", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",