Skip to content

Commit

Permalink
14.0.0 (#289)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Co-authored-by: jiexi <jiexiluan@gmail.com>
  • Loading branch information
5 people authored Nov 7, 2023
1 parent 024925d commit ae74a05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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

0 comments on commit ae74a05

Please sign in to comment.