Skip to content

Commit 1a02afc

Browse files
github-actions[bot]github-actionsOGPoyraz
authored
8.1.0 (#400)
* 8.1.0 * Adjust changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: OGPoyraz <omergoktugpoyraz@gmail.com>
1 parent eaa3bdf commit 1a02afc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.1.0]
10+
### Added
11+
- Add `Permit` type to `signTypedData` schema ([#399](https://github.com/MetaMask/eth-sig-util/pull/399))
12+
913
## [8.0.0]
1014
### Changed
1115
- **BREAKING**: Values of type `number` are not accepted as address parameter anymore. Valid values are `string` and `Uint8Array`. ([#391](https://github.com/MetaMask/eth-sig-util/pull/391))
@@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158162
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
159163
- 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))
160164

161-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...HEAD
165+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...HEAD
166+
[8.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0
162167
[8.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.0
163168
[7.0.3]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3
164169
[7.0.2]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-sig-util",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A few useful functions for signing ethereum data",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)