Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit bc533e8

Browse files
github-actions[bot]github-actionsjpuriGudahtt
authored
4.2.0 (#33)
* 4.2.0 * Update changelog * Fix typo Co-authored-by: github-actions <[email protected]> Co-authored-by: Jyoti Puri <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent b0d7842 commit bc533e8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.2.0]
10+
### Changed
11+
- Change error throw when response is seen for unknown request into warning displayed in console ([#32](https://github.com/MetaMask/json-rpc-middleware-stream/pull/32))
12+
913
## [4.1.0]
1014
### Changed
1115
- Added retry limit of 3 to requests ([#30](https://github.com/MetaMask/json-rpc-middleware-stream/pull/30))
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2226
### Added
2327
- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
2428

25-
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.1.0...HEAD
29+
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.0...HEAD
30+
[4.2.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.1.0...v4.2.0
2631
[4.1.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.0.0...v4.1.0
2732
[4.0.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v3.0.0...v4.0.0
2833
[3.0.0]: https://github.com/MetaMask/json-rpc-middleware-stream/releases/tag/v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rpc-middleware-stream",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A small toolset for streaming JSON-RPC data and matching requests and responses.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)