Skip to content

Commit

Permalink
3.2.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes authored Oct 22, 2020
1 parent b7e3316 commit 846b2a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.2.0] - 2020-10-21

### Added

- Add `addNewAccountWithoutUpdate` method ([#288](https://github.com/MetaMask/controllers/pull/288))

## [3.1.0] - 2020-09-23

### Changed
Expand Down Expand Up @@ -71,7 +77,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/v3.0.1...HEAD
[Unreleased]:https://github.com/MetaMask/controllers/compare/v3.2.0...HEAD
[3.2.0]:https://github.com/MetaMask/controllers/compare/v3.1.0...v3.2.0
[3.1.0]:https://github.com/MetaMask/controllers/compare/v3.0.1...v3.1.0
[3.0.1]:https://github.com/MetaMask/controllers/compare/v3.0.0...v3.0.1
[3.0.0]:https://github.com/MetaMask/controllers/compare/v2.0.5...v3.0.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": "3.1.0",
"version": "3.2.0",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 846b2a5

Please sign in to comment.