From 490afd61c22c50fe5c1c6f948311e8e7a121982e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Oct 2023 11:13:32 +0000 Subject: [PATCH 1/4] 14.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa7a21..d0ef6e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.0.0] +### Uncategorized +- Bump @babel/traverse from 7.21.4 to 7.23.2 ([#287](https://github.com/MetaMask/providers/pull/287)) + ## [13.1.0] ### Added - Add support for EIP-6963 ([#263](https://github.com/MetaMask/providers/pull/263)) @@ -255,7 +259,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 f6e15363..b113dfc6 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", From 9d93adda0b38c84d4097bf01f26ff4e67a5eaef2 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 7 Nov 2023 23:34:16 +0000 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ef6e1f..c55d73a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [14.0.0] -### Uncategorized -- Bump @babel/traverse from 7.21.4 to 7.23.2 ([#287](https://github.com/MetaMask/providers/pull/287)) +### 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 From 52edeeeac45ea3f5b844ec01654cdd2871df7746 Mon Sep 17 00:00:00 2001 From: legobeat <109787230+legobeat@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:41:52 +0900 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: jiexi --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55d73a9..14ffb557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.0.0] ### Changed -- **BREAKING**: Update to streams3 API [#288](https://github.com/MetaMask/providers/pull/288)) +- **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 From acfaa9482fc2da156f6bd5e6d245a8610d18b110 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 7 Nov 2023 23:44:40 +0000 Subject: [PATCH 4/4] format changelog entry with backticks --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ffb557..d5dbc951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 + - 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