diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cc2e67..c393dec3 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] +## [7.0.3] +### Changed +- Bump `@metamask/abi-utils` to `^2.0.4` ([#381](https://github.com/MetaMask/eth-sig-util/pull/381)) +- Bump `@metamask/utils` from `^9.0.0` ([#381](https://github.com/MetaMask/eth-sig-util/pull/381)) + ## [7.0.2] ### Fixed - Replace dependency `tweetnacl-util` with `@scure/base` ([#358](https://github.com/MetaMask/eth-sig-util/pull/358)) @@ -148,7 +153,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.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...HEAD +[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 [7.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.0.0 diff --git a/package.json b/package.json index 7d0e3e1b..960ccdf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "7.0.2", + "version": "7.0.3", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",