Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.0.1] - 2020-06-18

## Changed

- Update `PhishingController` endpoint to use GitHub API (#244)

## [2.0.0] - 2020-05-07

## Changed
Expand All@@ -17,5 +23,6 @@ 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/v2.0.0...HEAD
[Unreleased]:https://github.com/MetaMask/controllers/compare/v2.0.1...HEAD
[2.0.1]:https://github.com/MetaMask/controllers/tree/v2.0.1
[2.0.0]:https://github.com/MetaMask/controllers/tree/v2.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controllers",
"version": "2.0.0",
"version": "2.0.1",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"license": "MIT",
"files": [
Expand Down