Skip to content

Commit 100bcae

Browse files
committed
changelog format fix
1 parent 7b9b63e commit 100bcae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/connect-evm/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Changed
11-
12-
- `connect()` now always returns `chainId`, previously it could undefined ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
13-
1410
### Added
1511

1612
- Added `connectWith()` method which makes a request for the method to be paired together with a connection request ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
@@ -21,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2117
- Added analytics tracking of request handling ([#46](https://github.com/MetaMask/connect-monorepo/pull/46))
2218
- Initial release ([#21](https://github.com/MetaMask/connect-monorepo/pull/21))
2319

20+
### Changed
21+
22+
- `connect()` now always returns `chainId`, previously it could undefined ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
23+
2424
### Fixed
2525

2626
- `ethereum_switchChain` fallback when chain is not configured ([#31](https://github.com/MetaMask/connect-monorepo/pull/31))

0 commit comments

Comments
 (0)