From 151dec249a5c30b755d2f1809fda44a832225690 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 16:27:00 -0700 Subject: [PATCH] 8.1.1 RC (#172) * 8.1.1 * Update CHANGELOG.md for lint:fix Co-authored-by: github-actions Co-authored-by: shanejonas Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com> --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5990d38a..c0ad1d57 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] +## [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 @@ -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 diff --git a/package.json b/package.json index deee1b98..826883f3 100644 --- a/package.json +++ b/package.json @@ -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",