Skip to content

Commit d0f3b40

Browse files
1.13.0 (#625)
1 parent 2be861c commit d0f3b40

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcoin-wallet-snap-monorepo",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/MetaMask/snap-bitcoin-wallet#readme",

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.13.0]
11+
1012
### Changed
1113

1214
- Cache account response metadata to avoid loading full BDK wallets for faster checks ([#612](https://github.com/MetaMask/snap-bitcoin-wallet/pull/612/changes))
@@ -611,7 +613,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
611613
- feat: add CI for lint and test ([#2](https://github.com/MetaMask/bitcoin/pull/2))
612614
- feat: init commit
613615

614-
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.12.0...HEAD
616+
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.13.0...HEAD
617+
[1.13.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.12.0...v1.13.0
615618
[1.12.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.11.0...v1.12.0
616619
[1.11.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.10.1...v1.11.0
617620
[1.10.1]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.10.0...v1.10.1

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bitcoin-wallet-snap",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "A Bitcoin wallet Snap.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)