Skip to content

Commit

Permalink
8.1.1 (#402)
Browse files Browse the repository at this point in the history
* 8.1.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: João Tavares <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent cdccf91 commit c149827
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]

## [8.1.1]
### Fixed
- Revert "fix: Add Permit type schema" ([#401](https://github.com/MetaMask/eth-sig-util/pull/401))

## [8.1.0]
### Added
- Add `Permit` type to `signTypedData` schema ([#399](https://github.com/MetaMask/eth-sig-util/pull/399))
Expand Down Expand Up @@ -162,7 +166,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/v8.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...HEAD
[8.1.1]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.0
[7.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3
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": "8.1.0",
"version": "8.1.1",
"description": "A few useful functions for signing ethereum data",
"keywords": [
"ethereum",
Expand Down

0 comments on commit c149827

Please sign in to comment.