From 2c43cf7e548891465dd172786f5b2fb36b5f2cf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:04:33 +0000 Subject: [PATCH] 18.1.0 (#382) --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9c9604..6f5024ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [18.1.0] + +### Added + +- Add intializeInpageProvider as package export ([#380](https://github.com/MetaMask/providers/pull/380)) + +### Fixed + +- Remove spurious typescript reference ([#381](https://github.com/MetaMask/providers/pull/381)) + ## [18.0.0] ### Changed @@ -475,7 +485,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.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.0...HEAD +[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0 [18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0 [17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1 [17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0 diff --git a/package.json b/package.json index 4140751a..49de7131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "18.0.0", + "version": "18.1.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",