Skip to content

Commit

Permalink
6.0.0 (#57)
Browse files Browse the repository at this point in the history
* 6.0.0

* Update changelog
  • Loading branch information
rekmarks authored Sep 23, 2020
1 parent aa7c8dc commit 0715b38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2020-09-22

### Changed

- **Breaking:** Delete VM middleware ([#56](https://github.com/MetaMask/eth-json-rpc-middleware/pull/56))
- Previously imported as `eth-json-rpc-middleware/vm.js`

## [5.1.0] - 2020-09-22

### Changed

- `json-rpc-engine@5.3.0` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53))
- `eth-rpc-errors@3.0.0` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55))

[Unreleased]:https://github.com/MetaMask/eth-json-rpc-middleware/compare/v6.0.0...HEAD
[6.0.0]:https://github.com/MetaMask/eth-json-rpc-middleware/compare/v5.1.0...v6.0.0
[5.1.0]:https://github.com/MetaMask/eth-json-rpc-middleware/compare/v5.0.3...v5.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-json-rpc-middleware",
"version": "5.1.0",
"version": "6.0.0",
"main": "block-ref.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 0715b38

Please sign in to comment.