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

Commit 39bfae3

Browse files
4.2.1 (#37)
1 parent 85717cc commit 39bfae3

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.1]
10+
### Fixed
11+
- Add early return in createStreamMiddleware.processsResponse method if JSON RPC request is not found ([#35](https://github.com/MetaMask/json-rpc-middleware-stream/pull/35))
12+
913
## [4.2.0]
1014
### Changed
1115
- 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))
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
### Added
2731
- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
2832

29-
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.0...HEAD
33+
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.1...HEAD
34+
[4.2.1]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.0...v4.2.1
3035
[4.2.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.1.0...v4.2.0
3136
[4.1.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.0.0...v4.1.0
3237
[4.0.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v3.0.0...v4.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.2.0",
3+
"version": "4.2.1",
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)