Skip to content

Commit cc8c301

Browse files
authored
v2.5.4 release (#126)
This includes dependency updates/removals, and all of the non-breaking changes made in the withdrawn v2.5.3 release.
1 parent 942a086 commit cc8c301

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.5.4] - 2021-02-04
910
### Changed
1011
- Update `ethereumjs-abi` ([#121](https://github.com/MetaMask/eth-sig-util/pull/121))
1112
- Remove unused dependencies ([#120](https://github.com/MetaMask/eth-sig-util/pull/120))
@@ -17,5 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1718
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
1819
- 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))
1920

20-
[Unreleased]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.3...HEAD
21+
[Unreleased]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.4...HEAD
22+
[2.5.4]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.3...v2.5.4
2123
[2.5.3]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.2...v2.5.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-sig-util",
3-
"version": "2.5.2",
3+
"version": "2.5.4",
44
"description": "A few useful functions for signing ethereum data",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)