Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.1 #279

Merged
merged 5 commits into from
Nov 9, 2022
Merged

5.0.1 #279

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
5.0.1
  • Loading branch information
github-actions committed Nov 9, 2022
commit 20c370a1ce75420707c7d84373990377b1e07143
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1]
### Uncategorized
- Update README ([#277](https://github.com/MetaMask/eth-sig-util/pull/277))
- Update GitHub actions to latest from module template ([#276](https://github.com/MetaMask/eth-sig-util/pull/276))
- update tests with additional tests and snapshots using v4 ([#274](https://github.com/MetaMask/eth-sig-util/pull/274))
- fix bytes encoding ([#271](https://github.com/MetaMask/eth-sig-util/pull/271))
- README cleanup ([#272](https://github.com/MetaMask/eth-sig-util/pull/272))

## [5.0.0]
adonesky1 marked this conversation as resolved.
Show resolved Hide resolved
### Changed
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
Expand Down Expand Up @@ -94,7 +102,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v5.0.1...HEAD
[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
[4.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v3.0.1...v4.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.0",
"version": "5.0.1",
"description": "A few useful functions for signing ethereum data",
"keywords": [
"ethereum",
Expand Down