Skip to content

Commit a21d5a4

Browse files
github-actions[bot]adonesky1Gudahtt
authored
29.0.1 (#825)
* 29.0.1 * update changelog Co-authored-by: Alex <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent a25d909 commit a21d5a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [29.0.1]
10+
### Added
11+
- Add SupportedTokenDetectionNetworks enum and util for token detection support. ([#811](https://github.com/MetaMask/controllers/pull/811))
12+
13+
### Fixed
14+
- Fix bug introduced in v29.0.0 where `createNewVaultAndRestore` would crash with a validation failure. ([#819](https://github.com/MetaMask/controllers/pull/819))
15+
16+
917
## [29.0.0]
1018
### Added
1119
- Reintroduce NotificationController for in-app notifications ([#709](https://github.com/MetaMask/controllers/pull/709))
@@ -558,7 +566,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
558566
### Removed
559567
- Remove shapeshift controller (#209)
560568

561-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v29.0.0...HEAD
569+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v29.0.1...HEAD
570+
[29.0.1]: https://github.com/MetaMask/controllers/compare/v29.0.0...v29.0.1
562571
[29.0.0]: https://github.com/MetaMask/controllers/compare/v28.0.0...v29.0.0
563572
[28.0.0]: https://github.com/MetaMask/controllers/compare/v27.1.1...v28.0.0
564573
[27.1.1]: https://github.com/MetaMask/controllers/compare/v27.1.0...v27.1.1

package.json

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