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

Commit c1b5c43

Browse files
github-actions[bot]github-actionskantheshaGudahtt
authored
5.0.1 (#67)
* 5.0.1 * changelog updated * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Kanthesha Devaramane <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent ef90017 commit c1b5c43

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.1]
10+
### Changed
11+
- Upgrade typescript version to 4.8.4 ([#68](https://github.com/MetaMask/json-rpc-middleware-stream/pull/68))
12+
13+
914
## [5.0.0]
1015
### Changed
1116
- **BREAKING**: Increase minimum Node.js version to 16 ([#59](https://github.com/MetaMask/json-rpc-middleware-stream/pull/59))
@@ -49,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4954
### Added
5055
- TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11))
5156

52-
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v5.0.0...HEAD
57+
[Unreleased]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v5.0.1...HEAD
58+
[5.0.1]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v5.0.0...v5.0.1
5359
[5.0.0]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.3...v5.0.0
5460
[4.2.3]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.2...v4.2.3
5561
[4.2.2]: https://github.com/MetaMask/json-rpc-middleware-stream/compare/v4.2.1...v4.2.2

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": "5.0.0",
3+
"version": "5.0.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)