Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0.0 #289

Merged
merged 5 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.0.0]
### Changed
- **BREAKING**: Update to streams3 API ([#288](https://github.com/MetaMask/providers/pull/288))
- Update `extension-port-stream` from `^2.1.1` to `^3.0.0`
- Force subdependency `readable-stream` to `^3.6.2` in resolutions
- Update `json-rpc-middleware-stream` from `^4.2.3` to `^5.0.1`
- Update `@metamask/object-multiplex` from `^1.3.0` to `^2.0.0`
- Add direct dependency on `readable-stream@^3.6.2`
- Replace internal usage of stream with `readable-stream`

## [13.1.0]
### Added
- Add support for EIP-6963 ([#263](https://github.com/MetaMask/providers/pull/263))
Expand Down Expand Up @@ -255,7 +265,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/v13.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v14.0.0...HEAD
[14.0.0]: https://github.com/MetaMask/providers/compare/v13.1.0...v14.0.0
[13.1.0]: https://github.com/MetaMask/providers/compare/v13.0.0...v13.1.0
[13.0.0]: https://github.com/MetaMask/providers/compare/v12.0.0...v13.0.0
[12.0.0]: https://github.com/MetaMask/providers/compare/v11.1.2...v12.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": "13.1.0",
"version": "14.0.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",
"keywords": [
"MetaMask",
Expand Down