From 8118d8b93e6ddb4dcc97630f26679a711bcdef26 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Dec 2024 16:27:47 +0000 Subject: [PATCH 1/3] 15.1.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab52ad4..31ada7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.1.2] +### Uncategorized +- fix: regex match condition for primary type ([#353](https://github.com/MetaMask/eth-json-rpc-middleware/pull/353)) + ## [15.1.1] ### Changed - Bump `@metamask/eth-block-tracker` from `^11.0.3` to `^11.0.4` ([#351](https://github.com/MetaMask/eth-json-rpc-middleware/pull/351)) @@ -238,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `json-rpc-engine@5.3.0` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53)) - `eth-rpc-errors@3.0.0` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55)) -[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.2...HEAD +[15.1.2]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.1...v15.1.2 [15.1.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.0...v15.1.1 [15.1.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.0.1...v15.1.0 [15.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.0.0...v15.0.1 diff --git a/package.json b/package.json index 281a6d3..1b7b58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-middleware", - "version": "15.1.1", + "version": "15.1.2", "description": "Ethereum-related json-rpc-engine middleware.", "repository": { "type": "git", From aaa301040fc0ed3a62f94e6e6e2c73061ccdd282 Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Thu, 19 Dec 2024 21:59:36 +0530 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ada7d..de38070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [15.1.2] -### Uncategorized -- fix: regex match condition for primary type ([#353](https://github.com/MetaMask/eth-json-rpc-middleware/pull/353)) +### Changed +- fix the regex used to match primary type array when validating primary type of typed sign request ([#353](https://github.com/MetaMask/eth-json-rpc-middleware/pull/353)) ## [15.1.1] ### Changed From 2634132f065401ce3a7db0acc091706695dfda12 Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Thu, 19 Dec 2024 22:49:16 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de38070..f92d145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.1.2] ### Changed -- fix the regex used to match primary type array when validating primary type of typed sign request ([#353](https://github.com/MetaMask/eth-json-rpc-middleware/pull/353)) +- Fix validation of primary type for signTypedDataV3 and signTypedDataV4 ([#353](https://github.com/MetaMask/eth-json-rpc-middleware/pull/353)) + - It was updated to handle `undefined` input ## [15.1.1] ### Changed