From 219511ee1f22a3dfe0deee2d86c639a7ab1a9bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 19:08:49 -0230 Subject: [PATCH] 4.0.1 (#247) * 4.0.1 * Update changelog Co-authored-by: github-actions Co-authored-by: Mark Stacey --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bcfb508..0d749def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.1] +### Fixed +- Fix mistake in TYPED_MESSAGE_SCHEMA ([#243](https://github.com/MetaMask/eth-sig-util/pull/243)) + - The schema changed in v4 in a way that accidentally disallowed "reference types" (i.e. custom types) apart from the primary type. Reference types are now once again allowed. + ## [4.0.0] ### Added - **BREAKING**: Add subpath exports ([#214](https://github.com/MetaMask/eth-sig-util/pull/214), [#211](https://github.com/MetaMask/eth-sig-util/pull/211)) @@ -82,7 +87,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/v4.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v3.0.1...v4.0.0 [3.0.1]: https://github.com/MetaMask/eth-sig-util/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/eth-sig-util/compare/v2.5.4...v3.0.0 diff --git a/package.json b/package.json index 52adae22..8872213f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-sig-util", - "version": "4.0.0", + "version": "4.0.1", "description": "A few useful functions for signing ethereum data", "keywords": [ "ethereum",