diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be605d..69a117f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -30,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `@metamask/inpage-provider@6.1.0` ([#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 diff --git a/package.json b/package.json index 96298ca..53f2c03 100644 --- a/package.json +++ b/package.json @@ -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"