Skip to content

Commit bd26eb2

Browse files
github-actions[bot]github-actionsadonesky1rekmarks
authored
15.0.1 (#577)
* 15.0.1 * update CHANGELOG * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Erik Marks <[email protected]>
1 parent b899032 commit bd26eb2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [15.0.1]
10+
### Fixed
11+
- Add AbortController polyfill ([#575](https://github.com/MetaMask/controllers/pull/575))
12+
- [15.0.0](#1500) introduced the use of the global AbortController to this package. The global AbortController was first introduced in Node 15, so this unintentionally broke support for the minimum Node version this package should support, which is Node 12. By polyfilling the AbortController, we restore Node 12 support.
13+
914
## [15.0.0]
1015
### Changed
1116
- **BREAKING**: Update TokensController allTokens state structure to make network/chainID parent of account ([#572](https://github.com/MetaMask/controllers/pull/572))
@@ -353,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
353358
### Removed
354359
- Remove shapeshift controller (#209)
355360

356-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.0.0...HEAD
361+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v15.0.1...HEAD
362+
[15.0.1]: https://github.com/MetaMask/controllers/compare/v15.0.0...v15.0.1
357363
[15.0.0]: https://github.com/MetaMask/controllers/compare/v14.2.0...v15.0.0
358364
[14.2.0]: https://github.com/MetaMask/controllers/compare/v14.1.0...v14.2.0
359365
[14.1.0]: https://github.com/MetaMask/controllers/compare/v14.0.2...v14.1.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.0",
3+
"version": "15.0.1",
44
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)