Skip to content

Commit e9215b0

Browse files
github-actions[bot]github-actionsadonesky1Gudahtt
authored
29.0.0 (#813)
* 29.0.0 * update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 0b6e5a0 commit e9215b0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [29.0.0]
10+
### Added
11+
- Reintroduce NotificationController for in-app notifications ([#709](https://github.com/MetaMask/controllers/pull/709))
12+
- Add optional token service timeout parameter([#793](https://github.com/MetaMask/controllers/pull/793))
13+
14+
### Changed
15+
- **BREAKING**: Bump eth-keyring-controller to 7.0.1 ([#802](https://github.com/MetaMask/controllers/pull/802))
16+
- Mnemonics in keyrings of type `HD Key Tree` are always serialized as arrays of numbers. `exportSeedPhrase` now returns a buffer rather than a string, consumers will need to adapt to this new return type accordingly.
17+
918
## [28.0.0]
1019
### Added
1120
- Add GrantPermissions action to PermissionsController ([#780](https://github.com/MetaMask/controllers/pull/780))
@@ -549,7 +558,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
549558
### Removed
550559
- Remove shapeshift controller (#209)
551560

552-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v28.0.0...HEAD
561+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v29.0.0...HEAD
562+
[29.0.0]: https://github.com/MetaMask/controllers/compare/v28.0.0...v29.0.0
553563
[28.0.0]: https://github.com/MetaMask/controllers/compare/v27.1.1...v28.0.0
554564
[27.1.1]: https://github.com/MetaMask/controllers/compare/v27.1.0...v27.1.1
555565
[27.1.0]: https://github.com/MetaMask/controllers/compare/v27.0.0...v27.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": "28.0.0",
3+
"version": "29.0.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)