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

Commit cd832ce

Browse files
authored
5.4.0 (#68)
* 5.4.0 * Update changelog
1 parent 1e6f647 commit cd832ce

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.4.0] - 2020-11-07
11+
12+
### Changed
13+
14+
- Make the TypeScript types not terrible ([#66](https://github.com/MetaMask/json-rpc-engine/pull/66), [#67](https://github.com/MetaMask/json-rpc-engine/pull/67))
15+
1016
## [5.3.0] - 2020-07-30
1117

1218
### Changed
@@ -25,5 +31,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531
- Remove `async` and `promise-to-callback` dependencies
2632
- These dependencies were used internally for middleware flow control.
2733
They have been replaced with Promises and native `async`/`await`, which means that some operations are _no longer_ eagerly executed.
28-
This change may affect consumers that depend on the eager execution of middleware _during_ middleware execution, _outside of_ middleware functions and request handlers.
34+
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
2935
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rpc-engine",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "a tool for processing JSON RPC",
55
"license": "ISC",
66
"author": "kumavis",

0 commit comments

Comments
 (0)