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

Commit

Permalink
2.0.0 (#50)
Browse files Browse the repository at this point in the history
* 2.0.0

* Add changelog
  • Loading branch information
rekmarks authored Jan 18, 2021
1 parent 493da4e commit d878dd1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2021-01-18

### Changed

- **(SEMVER-MAJOR)** Add `@metamask/[email protected]` and make necessary changes ([#49](https://github.com/MetaMask/mobile-provider/pull/49))
- **(SEMVER-MAJOR)** Remove `window.web3` API ([#42](https://github.com/MetaMask/mobile-provider/pull/42))
- **(SEMVER-MAJOR)** Remove `<iframe>` support ([#41](https://github.com/MetaMask/mobile-provider/pull/41))

## [1.3.0] - 2020-12-08

### Changed

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

[Unreleased]:https://github.com/MetaMask/mobile-provider/compare/v2.0.0...HEAD
[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": "1.3.0",
"version": "2.0.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit d878dd1

Please sign in to comment.