Skip to content

Commit a6e969a

Browse files
7.0.0 (#335)
--------- Co-authored-by: legobt <[email protected]>
1 parent b989df5 commit a6e969a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0]
10+
### Changed
11+
- **BREAKING**: Increase minimum Node.js version to v16 ([#332](https://github.com/MetaMask/eth-sig-util/pull/332))
12+
- **BREAKING**: Bump `@metamask/abi-utils` from `^1.0.2` to `^2.0.2` ([#326](https://github.com/MetaMask/eth-sig-util/pull/336))
13+
- Bump `@metamask/utils` from `^5.0.2` to `^8.1.0` ([#333](https://github.com/MetaMask/eth-sig-util/pull/333))
14+
915
## [6.0.1]
1016
### Changed
1117
- Swap out legacy `ethereumjs-abi` for `@metamask/abi-utils` ([#319](https://github.com/MetaMask/eth-sig-util/pull/319))
@@ -128,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128134
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
129135
- 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))
130136

131-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...HEAD
137+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...HEAD
138+
[7.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.0.0
132139
[6.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.0...v6.0.1
133140
[6.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v5.1.0...v6.0.0
134141
[5.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.3...v5.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-sig-util",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"description": "A few useful functions for signing ethereum data",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)