diff --git a/package.json b/package.json index 9b85b6cb..bf40c37d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tron-wallet-snap-monorepo", - "version": "1.21.0", + "version": "1.21.1", "private": true, "description": "", "homepage": "https://github.com/MetaMask/snap-tron-wallet#readme", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 59cbcd47..7cbebae0 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.21.1] + +### Fixed + +- Sent transactions stuck on `pending` state ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) + ## [1.21.0] ### Fixed @@ -385,7 +391,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of Tron wallet snap - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12)) -[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.1...HEAD +[1.21.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.0...v1.21.1 [1.21.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.20.0...v1.21.0 [1.20.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.19.3...v1.20.0 [1.19.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.19.2...v1.19.3 diff --git a/packages/snap/package.json b/packages/snap/package.json index 2208c46e..691a7bef 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/tron-wallet-snap", - "version": "1.21.0", + "version": "1.21.1", "description": "A Tron wallet Snap.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index f830dc71..136f0376 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.21.0", + "version": "1.21.1", "description": "Manage Tron using MetaMask", "proposedName": "Tron", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-tron-wallet.git" }, "source": { - "shasum": "Qzmvl2UHLOcowpF1G750VpKfM7/rTWccsHL4hD/ZJqI=", + "shasum": "z4+3fdZhAyzb6R94sNJYeTuW/t7H48Qyuc3t72eraXw=", "location": { "npm": { "filePath": "dist/bundle.js",