diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3a7475..98fd9a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.1] +### Changed +- Remove dependency `ethjs-util` ([#349](https://github.com/MetaMask/eth-sig-util/pull/349)) + +### Fixed +- **BREAKING**: fix: interpret 0x as hex in bytes encodeField ([#354](https://github.com/MetaMask/eth-sig-util/pull/354)) + - This fixes a regression introduced in `6.0.1` which caused inconsistent signatures when data was supplied as literal `0x`. +- fix: Exclude test files from published release ([#350](https://github.com/MetaMask/eth-sig-util/pull/350)) +- fix: Bump @babel/traverse from 7.21.5 to 7.23.2 ([#341](https://github.com/MetaMask/eth-sig-util/pull/341)) + ## [7.0.0] ### Changed - **BREAKING**: Increase minimum Node.js version to v16 ([#332](https://github.com/MetaMask/eth-sig-util/pull/332)) @@ -134,7 +144,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...HEAD +[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 [6.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v5.1.0...v6.0.0 diff --git a/package.json b/package.json index c0a5379f..f3085545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "7.0.0", + "version": "7.0.1", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",