Skip to content

Commit bf5dbb2

Browse files
Merge pull request #38435 from MetaMask/release/13.11.2
release: 13.11.2
2 parents 2347881 + 69c1dcb commit bf5dbb2

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.11.2]
11+
12+
### Fixed
13+
14+
- fix: upgrade bitcoin snap (#38437)
15+
1016
## [13.11.1]
1117

1218
### Fixed
@@ -1334,7 +1340,8 @@ authorized by the user.` error until the user fully revoked dapp
13341340
- This changelog was split off with 12.22.0
13351341
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
13361342

1337-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.1...HEAD
1343+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.2...HEAD
1344+
[13.11.2]: https://github.com/MetaMask/metamask-extension/compare/v13.11.1...v13.11.2
13381345
[13.11.1]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...v13.11.1
13391346
[13.11.0]: https://github.com/MetaMask/metamask-extension/compare/v13.10.4...v13.11.0
13401347
[13.10.4]: https://github.com/MetaMask/metamask-extension/compare/v13.10.3...v13.10.4

attribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28139,7 +28139,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2813928139
******************************
2814028140

2814128141
@metamask/bitcoin-wallet-snap
28142-
1.6.0 <https://github.com/MetaMask/snap-bitcoin-wallet>
28142+
1.8.0 <https://github.com/MetaMask/snap-bitcoin-wallet>
2814328143
license: (MIT-0 OR Apache-2.0)
2814428144
authors: undefined
2814528145

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-crx",
3-
"version": "13.11.1",
3+
"version": "13.11.2",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -276,7 +276,7 @@
276276
"@metamask/approval-controller": "^8.0.0",
277277
"@metamask/assets-controllers": "patch:@metamask/assets-controllers@patch%3A@metamask/assets-controllers@npm%253A89.0.1%23~/.yarn/patches/@metamask-assets-controllers-npm-89.0.1-02fa7acd54.patch%3A%3Aversion=89.0.1&hash=6be0d3#~/.yarn/patches/@metamask-assets-controllers-patch-7c7d711c8c.patch",
278278
"@metamask/base-controller": "^9.0.0",
279-
"@metamask/bitcoin-wallet-snap": "^1.6.0",
279+
"@metamask/bitcoin-wallet-snap": "^1.8.0",
280280
"@metamask/bridge-controller": "^61.0.0",
281281
"@metamask/bridge-status-controller": "^61.0.0",
282282
"@metamask/browser-passworder": "^4.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5854,10 +5854,10 @@ __metadata:
58545854
languageName: node
58555855
linkType: hard
58565856

5857-
"@metamask/bitcoin-wallet-snap@npm:^1.6.0":
5858-
version: 1.6.0
5859-
resolution: "@metamask/bitcoin-wallet-snap@npm:1.6.0"
5860-
checksum: 10/e5d391ecc88c52fa56b888e0a341331da8c8fec18a228ae3238f9ace9c0216012ef2af06134cab25fe251e6e829a14db706aa8d01ed70976fe47fd40017a6c8d
5857+
"@metamask/bitcoin-wallet-snap@npm:^1.8.0":
5858+
version: 1.8.0
5859+
resolution: "@metamask/bitcoin-wallet-snap@npm:1.8.0"
5860+
checksum: 10/4a437b4efef2669970b60b8b8d579ed34ef677ca207313430924f4424aeb1e58a5601bae75a54744ba466fc1394f0d478e29fcbcf2cb7a5e73124316fb9a260a
58615861
languageName: node
58625862
linkType: hard
58635863

@@ -32617,7 +32617,7 @@ __metadata:
3261732617
"@metamask/assets-controllers": "patch:@metamask/assets-controllers@patch%3A@metamask/assets-controllers@npm%253A89.0.1%23~/.yarn/patches/@metamask-assets-controllers-npm-89.0.1-02fa7acd54.patch%3A%3Aversion=89.0.1&hash=6be0d3#~/.yarn/patches/@metamask-assets-controllers-patch-7c7d711c8c.patch"
3261832618
"@metamask/auto-changelog": "npm:^5.1.0"
3261932619
"@metamask/base-controller": "npm:^9.0.0"
32620-
"@metamask/bitcoin-wallet-snap": "npm:^1.6.0"
32620+
"@metamask/bitcoin-wallet-snap": "npm:^1.8.0"
3262132621
"@metamask/bridge-controller": "npm:^61.0.0"
3262232622
"@metamask/bridge-status-controller": "npm:^61.0.0"
3262332623
"@metamask/browser-passworder": "npm:^4.3.0"

0 commit comments

Comments
 (0)