Skip to content

Commit 5ab9cd6

Browse files
github-actions[bot]github-actionssethkfmanGudahtt
authored
14.2.0 (#557)
* 14.2.0 * changelog updates * updated changelog to include changes for a new field on static tokens * updated static token change log message Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: sethkfman <seth.kaufman@consensys.net> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent a4b5a02 commit 5ab9cd6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [14.2.0]
10+
### Added
11+
- Added the ability to limit the number of transactions stored (default is 40) ([#550](https://github.com/MetaMask/controllers/pull/550))
12+
- Added the ability to speedUp and stop based on provided gasValues from consumer ([#535](https://github.com/MetaMask/controllers/pull/535))
13+
- Consolidate token list controller data. ([#527](https://github.com/MetaMask/controllers/pull/527))
14+
- Adds 3 fields: `address`, `aggregators`, and `occurrences` to static tokens
15+
916
## [14.1.0]
1017
### Added
1118
- Controller messenger selector subscriptions ([#551](https://github.com/MetaMask/controllers/pull/551))
@@ -325,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325332
### Removed
326333
- Remove shapeshift controller (#209)
327334

328-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v14.1.0...HEAD
335+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v14.2.0...HEAD
336+
[14.2.0]: https://github.com/MetaMask/controllers/compare/v14.1.0...v14.2.0
329337
[14.1.0]: https://github.com/MetaMask/controllers/compare/v14.0.2...v14.1.0
330338
[14.0.2]: https://github.com/MetaMask/controllers/compare/v14.0.1...v14.0.2
331339
[14.0.1]: https://github.com/MetaMask/controllers/compare/v14.0.0...v14.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/controllers",
3-
"version": "14.1.0",
3+
"version": "14.2.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)