Skip to content

Commit 9fc30fc

Browse files
github-actions[bot]github-actionsjeffsmale90
authored
8.2.0 (#409)
* 8.2.0 * Categorize 'Adds "signAuthorization" method of EIP-7702' as 'Added' in changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com>
1 parent 0f3013b commit 9fc30fc

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.2.0]
10+
### Added
11+
- Adds `signAuthorization` method for EIP-7702 ([#407](https://github.com/MetaMask/eth-sig-util/pull/407))
12+
913
## [8.1.2]
1014
### Changed
1115
- Bump `@metamask/abi-utils` from `^2.0.4` to `^3.0.0` ([#405](https://github.com/MetaMask/eth-sig-util/pull/405))
@@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171175
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
172176
- 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))
173177

174-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...HEAD
178+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.2.0...HEAD
179+
[8.2.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...v8.2.0
175180
[8.1.2]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...v8.1.2
176181
[8.1.1]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...v8.1.1
177182
[8.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0

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.1.2",
3+
"version": "8.2.0",
44
"description": "A few useful functions for signing ethereum data",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)