diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa7a21..d5dbc951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 248b7791..dca13e8b 100644 --- a/package.json +++ b/package.json @@ -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",