diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e216626..3a997624 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] +## [0.1.3] +### Fixed +- Remove account from maps before calling the snap. ([#39](https://github.com/MetaMask/eth-snap-keyring/pull/39)) + ## [0.1.2] ### Changed - Remove unused `#listAccounts()` method. ([#35](https://github.com/MetaMask/eth-snap-keyring/pull/35)) @@ -24,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/MetaMask/eth-snap-keyring/releases/tag/v0.1.0 diff --git a/package.json b/package.json index b0d63962..78f6fc6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "0.1.2", + "version": "0.1.3", "description": "Snaps keyring bridge.", "repository": { "type": "git",