From d4090f34b2cca4ee8d85f79711893c810ead4d4a Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 14 Sep 2023 23:22:33 +0000 Subject: [PATCH] Revert "5.1.0 (#151)" This reverts commit d0d5c9750286b624a01dc48fe25d52858a5810f4 which released v5.1.0. This is only done in order to get a proper publish from the main branch after merge of #157, which fixes a CI error. 5.1.0 will be rereleased and published as-is. --- CHANGELOG.md | 11 +---------- package.json | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958aaa2..db1aac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [5.1.0] -### Changed -- Export TypeScript interfaces ([#140](https://github.com/MetaMask/eth-simple-keyring/pull/140)) -- Update all dependencies ([#140](https://github.com/MetaMask/eth-simple-keyring/pull/140)) ([#149](https://github.com/MetaMask/eth-simple-keyring/pull/149)) - -### Fixed -- Add `validateMessage` option to `signMessage` to configure if runtime-validation should be done that input string is hex (default: `true`) ([#148](https://github.com/MetaMask/eth-simple-keyring/pull/148)) - ## [5.0.0] ### Changed - **BREAKING:** Makes version-specific `signTypedData` methods private ([#84](https://github.com/MetaMask/eth-simple-keyring/pull/84)) @@ -29,6 +21,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72)) - Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`. -[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...HEAD -[5.1.0]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.0.0...v5.1.0 +[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.0.0...HEAD [5.0.0]: https://github.com/MetaMask/eth-simple-keyring/releases/tag/v5.0.0 diff --git a/package.json b/package.json index 81a1045..f3dcad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-simple-keyring", - "version": "5.1.0", + "version": "5.0.0", "description": "A simple standard interface for a series of Ethereum private keys.", "keywords": [ "ethereum",