From d3df6786ee9b61cdb3c062cc77df135ac8d36b09 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Nov 2024 20:29:20 +0000 Subject: [PATCH] 18.2.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840ad47b..8c624e26 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] +## [18.2.0] + +### Uncategorized + +- feat: Add new export for `initializeInpageProvider` ([#391](https://github.com/MetaMask/providers/pull/391)) + ## [18.1.2] ### Fixed @@ -498,7 +504,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/v18.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v18.2.0...HEAD +[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0 [18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2 [18.1.1]: https://github.com/MetaMask/providers/compare/v18.1.0...v18.1.1 [18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0 diff --git a/package.json b/package.json index 0d24043b..9afb7013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "18.1.2", + "version": "18.2.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",