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

Commit 225f2df

Browse files
github-actionslegobeat
authored andcommitted
4.2.3
1 parent 9bf5c31 commit 225f2df

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.2.3]
10+
### Uncategorized
11+
- Bump word-wrap from 1.2.3 to 1.2.4 ([#53](https://github.com/MetaMask/json-rpc-middleware-stream/pull/53))
12+
- devDeps: @lavamoat/allow-scripts@1.0.6->2.3.1 ([#50](https://github.com/MetaMask/json-rpc-middleware-stream/pull/50))
13+
- ci: remove broken require-additional-reviewer workflow ([#51](https://github.com/MetaMask/json-rpc-middleware-stream/pull/51))
14+
- Bump @metamask/auto-changelog from 3.1.0 to 3.2.0 ([#52](https://github.com/MetaMask/json-rpc-middleware-stream/pull/52))
15+
- Bump semver from 6.3.0 to 6.3.1 ([#49](https://github.com/MetaMask/json-rpc-middleware-stream/pull/49))
16+
917
## [4.2.2]
1018
### Changed
1119
- Bump @metamask/safe-event-emitter from 2.0.0 to 3.0.0 ([#44](https://github.com/MetaMask/json-rpc-middleware-stream/pull/44))
@@ -38,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3846
### Added
3947
- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
4048

41-
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.2...HEAD
49+
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.3...HEAD
50+
[4.2.3]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.2...v4.2.3
4251
[4.2.2]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.1...v4.2.2
4352
[4.2.1]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.0...v4.2.1
4453
[4.2.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.1.0...v4.2.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.2",
3+
"version": "4.2.3",
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)