Skip to content

Commit

Permalink
8.1.1 RC (#172)
Browse files Browse the repository at this point in the history
* 8.1.1
* Update CHANGELOG.md for lint:fix

Co-authored-by: github-actions <[email protected]>
Co-authored-by: shanejonas <[email protected]>
Co-authored-by: Erik Marks <[email protected]>
  • Loading branch information
4 people authored May 12, 2021
1 parent 87f33cf commit 151dec2
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]

## [8.1.1] - 2021-05-12

### Fixed

- Restore `networkChanged` event in `MetaMaskInpageProvider` ([#171](https://github.com/MetaMask/providers/pull/171))

## [8.1.0] - 2021-05-05

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

[unreleased]: https://github.com/MetaMask/providers/compare/v8.1.0...HEAD
[unreleased]: https://github.com/MetaMask/providers/compare/v8.1.1...HEAD
[8.1.1]: https://github.com/MetaMask/providers/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/MetaMask/providers/compare/v8.0.4...v8.1.0
[8.0.4]: https://github.com/MetaMask/providers/compare/v8.0.3...v8.0.4
[8.0.3]: https://github.com/MetaMask/providers/compare/v8.0.2...v8.0.3
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/providers",
"version": "8.1.0",
"version": "8.1.1",
"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 151dec2

Please sign in to comment.