Skip to content

Commit 706f315

Browse files
committed
v25.0.0
1 parent 25cfda5 commit 706f315

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [25.1.0]
10+
### Changed
11+
- Made the `userAddress` argument to the `getDetails` method on the ERC20Standard class optional.
12+
913
## [25.0.0]
1014
### Added
1115
- Add optional third argument to method `checkAndUpdateSingleCollectibleOwnershipStatus` on CollectiblesController, which contains the userAddress and chainId to check asset ownership against. If not included, the method will still check against the currently configured selectedAddress and chainId configured in the CollectiblesController ([#672](https://github.com/MetaMask/controllers/pull/672))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/controllers",
3-
"version": "25.0.0",
3+
"version": "25.1.0",
44
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)