Skip to content

Commit

Permalink
4.1.0 (#305)
Browse files Browse the repository at this point in the history
* 4.1.0

* Update changelog
  • Loading branch information
rekmarks authored Nov 10, 2020
1 parent 762396f commit 723c7c0
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]

## [4.1.0] - 2020-11-10

### Added

- `ApprovalController` approval count methods ([#304](https://github.com/MetaMask/controllers/pull/304))

## [4.0.2] - 2020-11-09

### Changed
Expand Down Expand Up @@ -103,7 +109,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/v4.0.2...HEAD
[Unreleased]:https://github.com/MetaMask/controllers/compare/v4.1.0...HEAD
[4.1.0]:https://github.com/MetaMask/controllers/compare/v4.0.2...v4.1.0
[4.0.2]:https://github.com/MetaMask/controllers/compare/v4.0.1...v4.0.2
[4.0.1]:https://github.com/MetaMask/controllers/compare/v4.0.0...v4.0.1
[4.0.0]:https://github.com/MetaMask/controllers/compare/v3.2.0...v4.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": "4.0.2",
"version": "4.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 723c7c0

Please sign in to comment.