Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
v2.1.0 (#63)
Browse files Browse the repository at this point in the history
* bump

* Update CHANGELOG.md

Co-authored-by: Erik Marks <[email protected]>
  • Loading branch information
estebanmino and rekmarks authored May 5, 2021
1 parent 1931a61 commit baebfb5
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2021-05-05

### Added

- Use Node 12 ([#59](https://github.com/MetaMask/mobile-provider/pull/59))

## [2.0.1] - 2021-01-20

### Fixed
Expand All @@ -30,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `@metamask/[email protected]` ([#34](https://github.com/MetaMask/mobile-provider/pull/34))

[Unreleased]:https://github.com/MetaMask/mobile-provider/compare/v2.0.1...HEAD
[Unreleased]:https://github.com/MetaMask/mobile-provider/compare/v2.1.0...HEAD
[2.0.1]:https://github.com/MetaMask/mobile-provider/compare/v2.0.1...v2.1.0
[2.0.1]:https://github.com/MetaMask/mobile-provider/compare/v2.0.0...v2.0.1
[2.0.0]:https://github.com/MetaMask/mobile-provider/compare/v1.3.0...v2.0.0
[1.3.0]:https://github.com/MetaMask/mobile-provider/compare/v1.2.4...v1.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/mobile-provider",
"version": "2.0.1",
"version": "2.1.0",
"main": "dist/index.js",
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit baebfb5

Please sign in to comment.