Skip to content

Commit 465455d

Browse files
github-actions[bot]github-actionslegobeat
authored
7.1.0 (MetaMask#155)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 4820136 commit 465455d

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+
## [7.1.0]
10+
### Changed
11+
- Bumped `@metamask/safe-event-emitter` from `^2.0.0` to `^3.0.0` ([#148](https://github.com/MetaMask/json-rpc-engine/pull/148))
12+
- Bumped `@metamask/utils` from `^5.0.1` to `^5.0.2` ([#151](https://github.com/MetaMask/json-rpc-engine/pull/151))
13+
14+
### Fixed
15+
- Fixed handling of empty batch array in requests ([#153](https://github.com/MetaMask/json-rpc-engine/pull/153))
16+
917
## [7.0.0]
1018
### Added
1119
- Added JSON-RPC notification handling ([#104](https://github.com/MetaMask/json-rpc-engine/pull/104))
@@ -66,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6674
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
6775
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
6876

69-
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v7.0.0...HEAD
77+
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v7.1.0...HEAD
78+
[7.1.0]: https://github.com/MetaMask/json-rpc-engine/compare/v7.0.0...v7.1.0
7079
[7.0.0]: https://github.com/MetaMask/json-rpc-engine/compare/v6.1.0...v7.0.0
7180
[6.1.0]: https://github.com/MetaMask/json-rpc-engine/compare/v6.0.0...v6.1.0
7281
[6.0.0]: https://github.com/MetaMask/json-rpc-engine/compare/v5.4.0...v6.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": "@metamask/json-rpc-engine",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A tool for processing JSON-RPC messages.",
55
"homepage": "https://github.com/MetaMask/json-rpc-engine#readme",
66
"bugs": {

0 commit comments

Comments
 (0)