diff --git a/CHANGELOG.md b/CHANGELOG.md index da4e0a7..2f1289d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.1] + +### Changed + +- Bump `@metamask/keyring-api` from `^4.0.1` to `^8.1.3` ([#51](https://github.com/MetaMask/snap-watch-only/pull/51)) + - This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts). + ## [4.1.0] ### Added @@ -77,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/metamask/snap-watch-only/compare/v4.1.1...HEAD +[4.1.1]: https://github.com/metamask/snap-watch-only/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/metamask/snap-watch-only/compare/v4.0.3...v4.1.0 [4.0.3]: https://github.com/metamask/snap-watch-only/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/metamask/snap-watch-only/compare/v4.0.1...v4.0.2 diff --git a/package.json b/package.json index 23690b3..bf7f66f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/account-watcher", - "version": "4.1.0", + "version": "4.1.1", "description": "Keep an eye on Ethereum accounts right in MetaMask", "keywords": [ "metamask", diff --git a/snap.manifest.json b/snap.manifest.json index c032e4b..8945652 100644 --- a/snap.manifest.json +++ b/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "4.1.0", + "version": "4.1.1", "description": "Keep an eye on Ethereum addresses or ENS domains right in MetaMask", "proposedName": "Account Watcher", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/metamask/snap-watch-only.git" }, "source": { - "shasum": "M2ANbkJ5NpNPliqP/8Hcfaez9XyHWF9idjZJNXRLwtk=", + "shasum": "7P59EfOWRvlz4enMEOTDyJzUPkzj6z3tPfwnNSIeK3E=", "location": { "npm": { "filePath": "dist/bundle.js",