Skip to content

Commit

Permalink
4.2.0 (#30)
Browse files Browse the repository at this point in the history
* 4.2.0

* Add changelog
  • Loading branch information
rekmarks authored Sep 23, 2020
1 parent 4b75d43 commit 527b7d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.2.0] - 2020-09-22

### Changed

- Update RPC packages ([#29](https://github.com/MetaMask/eth-json-rpc-filters/pull/29))
- `json-rpc-engine@5.3.0`
- `eth-json-rpc-middleware@6.0.0`

[Unreleased]:https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.0...HEAD
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-filters",
"version": "4.1.1",
"version": "4.2.0",
"description": "[json-rpc-engine](https://github.com/kumavis/json-rpc-engine) middleware implementing ethereum filter methods. Backed by an [eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) and web3 provider interface (`web3.currentProvider`).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 527b7d8

Please sign in to comment.