Skip to content

Commit

Permalink
18.1.2 (#392)
Browse files Browse the repository at this point in the history
* 18.1.2

* Update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent b8e6186 commit 8464e2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.1.2]

### Fixed

- Allow optional `jsonRpcStreamName` for `initializeInpageProvider` ([#390](https://github.com/MetaMask/providers/pull/390))
- This parameter was accidentally made required in v18.1.0

## [18.1.1]

### Changed
Expand Down Expand Up @@ -491,7 +498,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.2...HEAD
[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
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/providers",
"version": "18.1.1",
"version": "18.1.2",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 8464e2b

Please sign in to comment.