Skip to content

Commit 11acfb0

Browse files
19.0.0 (#402)
1 parent df85bdf commit 11acfb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [19.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING**: `StreamProvider` no longer accepts a `jsonRpcStreamName` parameter ([#400](https://github.com/MetaMask/providers/pull/400))
@@ -537,7 +539,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
537539
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
538540
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
539541

540-
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.3.1...HEAD
542+
[Unreleased]: https://github.com/MetaMask/providers/compare/v19.0.0...HEAD
543+
[19.0.0]: https://github.com/MetaMask/providers/compare/v18.3.1...v19.0.0
541544
[18.3.1]: https://github.com/MetaMask/providers/compare/v18.3.0...v18.3.1
542545
[18.3.0]: https://github.com/MetaMask/providers/compare/v18.2.0...v18.3.0
543546
[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/providers",
3-
"version": "18.3.1",
3+
"version": "19.0.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)