Skip to content

Commit

Permalink
4.2.1 (#32)
Browse files Browse the repository at this point in the history
* 4.2.1

* Update changelog
  • Loading branch information
rekmarks authored Sep 23, 2020
1 parent cdcd53f commit c2d79a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.2.1] - 2020-09-22

### Changed

- Specify publish files ([#30](https://github.com/MetaMask/eth-json-rpc-filters/pull/30))

## [4.2.0] - 2020-09-22

### Changed
Expand All @@ -14,4 +20,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `[email protected]`
- `[email protected]`

[Unreleased]:https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.0...HEAD
[Unreleased]:https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.1...HEAD
[4.2.1]:https://github.com/MetaMask/eth-json-rpc-filters/compare/v4.2.0...v4.2.1
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.2.0",
"version": "4.2.1",
"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 c2d79a6

Please sign in to comment.