Skip to content

Commit

Permalink
5.1.0 (#319)
Browse files Browse the repository at this point in the history
* 5.1.0

* Update changelog
  • Loading branch information
rekmarks committed Dec 2, 2020
1 parent dd81fff commit a51e2ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.1.0] - 2020-12-02

### Changed

- Updated automatically detected assets ([#318](https://github.com/MetaMask/controllers/pull/318))

### Fixed

- Robustified `wallet_watchAssets` params validation, and improved errors ([#317](https://github.com/MetaMask/controllers/pull/317))

## [5.0.0] - 2020-11-19

### Added
Expand Down Expand Up @@ -141,7 +151,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Remove shapeshift controller (#209)

[Unreleased]:https://github.com/MetaMask/controllers/compare/v5.0.0...HEAD
[Unreleased]:https://github.com/MetaMask/controllers/compare/v5.1.0...HEAD
[5.1.0]:https://github.com/MetaMask/controllers/compare/v5.0.0...v5.1.0
[5.0.0]:https://github.com/MetaMask/controllers/compare/v4.2.0...v5.0.0
[4.2.0]:https://github.com/MetaMask/controllers/compare/v4.1.0...v4.2.0
[4.1.0]:https://github.com/MetaMask/controllers/compare/v4.0.2...v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controllers",
"version": "5.0.0",
"version": "5.1.0",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"license": "MIT",
"files": [
Expand Down

0 comments on commit a51e2ba

Please sign in to comment.