Skip to content

Commit 8509472

Browse files
github-actions[bot]github-actionsMrtenz
authored
8.1.2 (#406)
* 8.1.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 982a6c8 commit 8509472

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.1.2]
10+
### Changed
11+
- Bump `@metamask/abi-utils` from `^2.0.4` to `^3.0.0` ([#405](https://github.com/MetaMask/eth-sig-util/pull/405))
12+
- Bump `@metamask/utils` from `^9.0.0` to `^11.0.1` ([#405](https://github.com/MetaMask/eth-sig-util/pull/405))
13+
914
## [8.1.1]
1015
### Fixed
1116
- Revert "fix: Add Permit type schema" ([#401](https://github.com/MetaMask/eth-sig-util/pull/401))
@@ -166,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166171
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
167172
- 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))
168173

169-
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...HEAD
174+
[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.2...HEAD
175+
[8.1.2]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.1...v8.1.2
170176
[8.1.1]: https://github.com/MetaMask/eth-sig-util/compare/v8.1.0...v8.1.1
171177
[8.1.0]: https://github.com/MetaMask/eth-sig-util/compare/v8.0.0...v8.1.0
172178
[8.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.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.1",
3+
"version": "8.1.2",
44
"description": "A few useful functions for signing ethereum data",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)