From 07944f4672aa4ed89e302094bd8609fc8725c9c9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Jul 2022 22:51:47 +0000 Subject: [PATCH 1/2] 9.1.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1776e59f..11e2690e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.1.0] +### Uncategorized +- Add deprecation warning for encryption methods ([#218](https://github.com/MetaMask/providers/pull/218)) +- Improve unit tests ([#219](https://github.com/MetaMask/providers/pull/219)) +- Bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([#215](https://github.com/MetaMask/providers/pull/215)) +- Bump jsdom from 16.4.0 to 16.7.0 ([#216](https://github.com/MetaMask/providers/pull/216)) +- Use _handleConnect for initial 'connect' event ([#214](https://github.com/MetaMask/providers/pull/214)) + ## [9.0.0] ### Changed - **BREAKING:** Move stream functionality from `BaseProvider` to new `StreamProvider` ([#209](https://github.com/MetaMask/providers/pull/209)) @@ -188,7 +196,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/v9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v9.1.0...HEAD +[9.1.0]: https://github.com/MetaMask/providers/compare/v9.0.0...v9.1.0 [9.0.0]: https://github.com/MetaMask/providers/compare/v8.1.1...v9.0.0 [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 diff --git a/package.json b/package.json index 3e8d4b22..d601526a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "9.0.0", + "version": "9.1.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "main": "dist/index.js", "types": "dist/index.d.ts", From e34a5ef59434161bfaec5c80e02658137d5597a7 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 2 Aug 2022 13:40:18 -0230 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e2690e..20720ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.1.0] -### Uncategorized +### Added - Add deprecation warning for encryption methods ([#218](https://github.com/MetaMask/providers/pull/218)) -- Improve unit tests ([#219](https://github.com/MetaMask/providers/pull/219)) -- Bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([#215](https://github.com/MetaMask/providers/pull/215)) -- Bump jsdom from 16.4.0 to 16.7.0 ([#216](https://github.com/MetaMask/providers/pull/216)) -- Use _handleConnect for initial 'connect' event ([#214](https://github.com/MetaMask/providers/pull/214)) ## [9.0.0] ### Changed