From 7cfb006a323ecfefc1fba0b8d300d0ca1d7b21a6 Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Tue, 13 Feb 2024 12:06:41 -0800 Subject: [PATCH] 2.1.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9107035..3af33c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.2] + +### Fixed + +- Fixed inconsistent signature signing ([#200](https://github.com/MetaMask/eth-snap-keyring/pull/200)) + ## [2.1.1] ### Fixed @@ -150,7 +156,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v1.0.0...v2.0.0 diff --git a/package.json b/package.json index 7518a632..c09d0397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "2.1.1", + "version": "2.1.2", "description": "Snaps keyring bridge.", "repository": { "type": "git",