Skip to content
Merged

7.0.3 #382

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
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]

## [7.0.3]
### Uncategorized
- Bump `@metamask/utils` from `^8.1.0` to `^9.0.0`, bump `@metamask/abi-utils` from `^2.0.2` to `^2.0.4` ([#381](https://github.com/MetaMask/eth-sig-util/pull/381))

## [7.0.2]
### Fixed
- Replace dependency `tweetnacl-util` with `@scure/base` ([#358](https://github.com/MetaMask/eth-sig-util/pull/358))
Expand Down Expand Up @@ -148,7 +152,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/v7.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...HEAD
[7.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3
[7.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v6.0.1...v7.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": "7.0.2",
"version": "7.0.3",
"description": "A few useful functions for signing ethereum data",
"keywords": [
"ethereum",
Expand Down