Skip to content

Commit c7d7480

Browse files
15.1.0 (#583)
1 parent 3f5ca30 commit c7d7480

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [15.1.0]
10+
### Changed
11+
- Improve transaction state management ([#582](https://github.com/MetaMask/controllers/pull/582))
12+
- TransactionController improvement to reconcile the data between local and remote sources (Etherscan) and avoid misleading display of gas and/or status information.
13+
- Bump immer from 8.0.1 to 9.0.6 ([#581](https://github.com/MetaMask/controllers/pull/581))
14+
915
## [15.0.2]
1016
### Fixed
1117
- Change AbortController to default import ([#579](https://github.com/MetaMask/controllers/pull/579))
12-
- Fix error thrown when polyfilled AbortController is instantiated as a named import.
18+
- Fix error thrown when polyfilled AbortController is instantiated as a named import.
1319

1420
## [15.0.1]
1521
### Fixed
@@ -363,7 +369,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363369
### Removed
364370
- Remove shapeshift controller (#209)
365371

366-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.0.2...HEAD
372+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.1.0...HEAD
373+
[15.1.0]: https://github.com/MetaMask/controllers/compare/v15.0.2...v15.1.0
367374
[15.0.2]: https://github.com/MetaMask/controllers/compare/v15.0.1...v15.0.2
368375
[15.0.1]: https://github.com/MetaMask/controllers/compare/v15.0.0...v15.0.1
369376
[15.0.0]: https://github.com/MetaMask/controllers/compare/v14.2.0...v15.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/controllers",
3-
"version": "15.0.2",
3+
"version": "15.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)