Skip to content

Commit a3a63d4

Browse files
github-actions[bot]github-actionsBattambangaganglada
authored
1.6.0 (#565)
* 1.6.0 * chore: edit CHANGELOG.MD * Update packages/snap/CHANGELOG.md Co-authored-by: Alejandro Garcia Anglada <aganglada@gmail.com> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederic HENG <frederic.heng@consensys.net> Co-authored-by: Alejandro Garcia Anglada <aganglada@gmail.com>
1 parent 10a6f11 commit a3a63d4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/MetaMask/snap-bitcoin-wallet#readme",

packages/snap/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+
## [1.6.0]
11+
12+
### Changed
13+
14+
- Add `from` and `to` to confirmation ([#563](https://github.com/MetaMask/snap-bitcoin-wallet/pull/563))
15+
1016
## [1.5.0]
1117

1218
### Added
@@ -532,7 +538,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
532538
- feat: add CI for lint and test ([#2](https://github.com/MetaMask/bitcoin/pull/2))
533539
- feat: init commit
534540

535-
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.5.0...HEAD
541+
[Unreleased]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.6.0...HEAD
542+
[1.6.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.5.0...v1.6.0
536543
[1.5.0]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.4.5...v1.5.0
537544
[1.4.5]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.4.4...v1.4.5
538545
[1.4.4]: https://github.com/MetaMask/snap-bitcoin-wallet/compare/v1.4.3...v1.4.4

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

0 commit comments

Comments
 (0)