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

Commit ea412ad

Browse files
github-actions[bot]github-actionskanthesha
authored
7.2.0 (#174)
* 7.2.0 * release notes modified in changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Kanthesha Devaramane <kanthesha.devaramane@consensys.net>
1 parent 374711b commit ea412ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [7.2.0]
10+
### Added
11+
- Applied eslint rules from core monorepo ([#172](https://github.com/MetaMask/json-rpc-engine/pull/172))
12+
913
## [7.1.1]
1014
### Changed
1115
- Bumped `@metamask/utils` from `^5.0.2` to `^8.1.0` [#158](https://github.com/MetaMask/json-rpc-engine/pull/158) ([#162](https://github.com/MetaMask/json-rpc-engine/pull/162))
@@ -79,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7983
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
8084
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
8185

82-
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v7.1.1...HEAD
86+
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v7.2.0...HEAD
87+
[7.2.0]: https://github.com/MetaMask/json-rpc-engine/compare/v7.1.1...v7.2.0
8388
[7.1.1]: https://github.com/MetaMask/json-rpc-engine/compare/v7.1.0...v7.1.1
8489
[7.1.0]: https://github.com/MetaMask/json-rpc-engine/compare/v7.0.0...v7.1.0
8590
[7.0.0]: https://github.com/MetaMask/json-rpc-engine/compare/v6.1.0...v7.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.1.1",
3+
"version": "7.2.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)