Skip to content

Commit

Permalink
v8.0.3 (#136)
Browse files Browse the repository at this point in the history
Fixed:

- Restore 'data' provider event ([#135](#135))
  • Loading branch information
Gudahtt authored Jan 20, 2021
1 parent 35cd607 commit 12c3d84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 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]

## [8.0.3] - 2021-01-20

### Fixed

- Restore 'data' provider event ([#135](https://github.com/MetaMask/inpage-provider/pull/135))

## [8.0.2] - 2021-01-12

### Changed
Expand Down Expand Up @@ -202,7 +208,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
added deprecation warnings for them ([#30](https://github.com/MetaMask/inpage-provider/pull/30))
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/inpage-provider/pull/29))

[Unreleased]:https://github.com/MetaMask/inpage-provider/compare/v8.0.1...HEAD
[Unreleased]:https://github.com/MetaMask/inpage-provider/compare/v8.0.3...HEAD
[8.0.3]:https://github.com/MetaMask/inpage-provider/compare/v8.0.2...v8.0.3
[8.0.2]:https://github.com/MetaMask/inpage-provider/compare/v8.0.1...v8.0.2
[8.0.1]:https://github.com/MetaMask/inpage-provider/compare/v8.0.0...v8.0.1
[8.0.0]:https://github.com/MetaMask/inpage-provider/compare/v7.0.0...v8.0.0
[7.0.0]:https://github.com/MetaMask/inpage-provider/compare/v6.3.0...v7.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/inpage-provider",
"version": "8.0.2",
"version": "8.0.3",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 12c3d84

Please sign in to comment.