Skip to content

Commit

Permalink
5.0.3 (#308)
Browse files Browse the repository at this point in the history
* v5.0.3

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
4 people authored Apr 27, 2023
1 parent f33a032 commit 2cc2327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.3]
### Changed
- Bump ethereum-cryptography, @ethereumjs/util ([#302](https://github.com/MetaMask/eth-sig-util/pull/302))

## [5.0.2]
### Changed
- allow `bn.js` to resolve any minor/patch version above 4.11.8 ([#280](https://github.com/MetaMask/eth-sig-util/pull/280))
Expand Down Expand Up @@ -102,7 +106,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/v5.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.3...HEAD
[5.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.1...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-sig-util",
"version": "5.0.2",
"version": "5.0.3",
"description": "A few useful functions for signing ethereum data",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 2cc2327

Please sign in to comment.