Skip to content

Commit e394894

Browse files
github-actions[bot]github-actionsBattambang
authored
1.14.1 (#631)
* 1.14.1 * fix: update CHANGELOG.md * fix: remove snap site update * fix: update CHANGELOG.md * fix: revert site package.json version --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederic HENG <frederic.heng@consensys.net>
1 parent 7badf78 commit e394894

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.14.0",
3+
"version": "1.14.1",
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.14.1]
11+
1012
### Fixed
1113

1214
- Throw a `WalletError` when `WebAssembly` is unavailable (e.g. iOS Lockdown Mode) ([#628](https://github.com/MetaMask/snap-bitcoin-wallet/pull/628))
@@ -625,7 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
625627
- feat: add CI for lint and test ([#2](https://github.com/MetaMask/bitcoin/pull/2))
626628
- feat: init commit
627629

628-
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.14.0...HEAD
630+
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.14.1...HEAD
631+
[1.14.1]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.14.0...v1.14.1
629632
[1.14.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.13.0...v1.14.0
630633
[1.13.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.12.0...v1.13.0
631634
[1.12.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.11.0...v1.12.0

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.14.0",
3+
"version": "1.14.1",
44
"description": "A Bitcoin wallet Snap.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)