From 70c864bc8f32e93c936edd55f08d39bce09cd829 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 18 Oct 2024 08:35:48 +0000 Subject: [PATCH 1/3] 18.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9c9604..906b3212 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.1.0] + +### Uncategorized + +- devDeps: typescript@~5.3.3->~5.6.3 ([#381](https://github.com/MetaMask/providers/pull/381)) + ## [18.0.0] ### Changed @@ -475,7 +481,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", From e2c5d85a8ee17145e00bbfa0b6cb42a96ef537cb Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 18 Oct 2024 08:37:05 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906b3212..71b3ca46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [18.1.0] -### Uncategorized +### Fixed -- devDeps: typescript@~5.3.3->~5.6.3 ([#381](https://github.com/MetaMask/providers/pull/381)) +- Remove spurious typescript reference ([#381](https://github.com/MetaMask/providers/pull/381)) ## [18.0.0] From d68b525b2a260db275823a006771f212c2c5159e Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 18 Oct 2024 10:36:29 +0000 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b3ca46..6f5024ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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))