From 887c7546aa5ba59a21857e0a266e108a7a8d8e20 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Oct 2024 11:22:47 +0000 Subject: [PATCH] 7.1.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c393dec3..c5131e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.1.0] +### Uncategorized +- Bypass numerical address cast ([#391](https://github.com/MetaMask/eth-sig-util/pull/391)) +- Bump the npm_and_yarn group across 1 directory with 2 updates ([#374](https://github.com/MetaMask/eth-sig-util/pull/374)) +- Bump @metamask/utils from 9.0.0 to 9.3.0 ([#392](https://github.com/MetaMask/eth-sig-util/pull/392)) +- 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 +160,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/v7.1.0...HEAD +[7.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v7.1.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..d9c6e79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "7.0.3", + "version": "7.1.0", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",