Skip to content

Commit 565c8ef

Browse files
authored
Release 12.0.0 (#56)
1 parent 7af58cd commit 565c8ef

File tree

4 files changed

+103
-87
lines changed

4 files changed

+103
-87
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": "mobile-wallet-protocol",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/core/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+
## [0.3.1]
11+
12+
### Fixed
13+
14+
- Fixed rapid reconnect issue for shared clients ([#55](https://github.com/MetaMask/mobile-wallet-protocol/pull/55))
15+
1016
## [0.3.0]
1117

1218
### Added
@@ -50,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5056

5157
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
5258

53-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
59+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
60+
[0.3.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5461
[0.3.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5562
[0.2.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5663
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/mobile-wallet-protocol-core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"homepage": "https://github.com/MetaMask/mobile-wallet-protocol/tree/main/packages/core#readme",
55
"bugs": {
66
"url": "https://github.com/MetaMask/mobile-wallet-protocol/issues"

0 commit comments

Comments
 (0)