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

Commit ec2e829

Browse files
authored
6.1.0 (#76)
* 6.1.0 * Update changelog
1 parent 20e58bc commit ec2e829

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.1.0] - 2020-11-20
11+
12+
### Added
13+
14+
- Add `PendingJsonRpcResponse` interface for use in middleware ([#75](https://github.com/MetaMask/json-rpc-engine/pull/75))
15+
16+
### Changed
17+
18+
- Use `async`/`await` and `try`/`catch` instead of Promise methods everywhere ([#74](https://github.com/MetaMask/json-rpc-engine/pull/74))
19+
- Consumers may notice improved stack traces on certain platforms.
20+
1021
## [6.0.0] - 2020-11-19
1122

1223
### Added
@@ -55,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5566
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
5667
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
5768

58-
[Unreleased]:https://github.com/MetaMask/json-rpc-engine/compare/v6.0.0...HEAD
69+
[Unreleased]:https://github.com/MetaMask/json-rpc-engine/compare/v6.1.0...HEAD
70+
[6.1.0]:https://github.com/MetaMask/json-rpc-engine/compare/v6.0.0...v6.1.0
5971
[6.0.0]:https://github.com/MetaMask/json-rpc-engine/compare/v5.4.0...v6.0.0
6072
[5.4.0]:https://github.com/MetaMask/json-rpc-engine/compare/v5.3.0...v5.4.0
6173
[5.3.0]:https://github.com/MetaMask/json-rpc-engine/compare/v5.2.0...v5.3.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-engine",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "A tool for processing JSON-RPC messages.",
55
"license": "ISC",
66
"author": "kumavis",

0 commit comments

Comments
 (0)