From 2cc2327fb2033f3bbe208780dac0e0b46a570c1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:44:38 +0900 Subject: [PATCH] 5.0.3 (#308) * v5.0.3 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e48ef011..64183886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.3] +### Changed +- Bump ethereum-cryptography, @ethereumjs/util ([#302](https://github.com/MetaMask/eth-sig-util/pull/302)) + ## [5.0.2] ### Changed - allow `bn.js` to resolve any minor/patch version above 4.11.8 ([#280](https://github.com/MetaMask/eth-sig-util/pull/280)) @@ -102,7 +106,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/v5.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.3...HEAD +[5.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.2...v5.0.3 [5.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.1...v5.0.0 diff --git a/package.json b/package.json index 5ed44770..87972e51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "5.0.2", + "version": "5.0.3", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",