Skip to content

Commit 17ca412

Browse files
github-actions[bot]github-actionsadonesky1
authored
5.0.0 (#268)
* 5.0.0 * update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent 5e2039e commit 17ca412

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [5.0.0]
810
### Changed
911
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
12+
- Replace heavy crypto packages for lighter noble implementations via upgrading `ethereumjs-util` to latest (now called `@ethereumjs/util`) ([#260](https://github.com/MetaMask/eth-sig-util/pull/260))
13+
- Migrate to Yarn 3 ([#264](https://github.com/MetaMask/eth-sig-util/pull/264))
14+
1015

1116
## [4.0.1]
1217
### Fixed
@@ -89,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8994
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
9095
- 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))
9196

92-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.1...HEAD
97+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.0...HEAD
98+
[5.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.1...v5.0.0
9399
[4.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.0...v4.0.1
94100
[4.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v3.0.1...v4.0.0
95101
[3.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v3.0.0...v3.0.1

package.json

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

0 commit comments

Comments
 (0)