Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Ver 16.0.2 (#379)
Browse files Browse the repository at this point in the history
* bump

* update changelog

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
  • Loading branch information
rickycodes and rekmarks committed Jul 15, 2021
1 parent 8d0e2a1 commit 7e2f9cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [16.0.2] - 2021-07-14

### Changed

- Update `ethereumjs-tx` to `@ethereumjs/tx` to support EIP1559 transactions ([#356](https://github.com/MetaMask/web3-provider-engine/pull/377))

## [16.0.1] - 2020-09-23

### Changed

- Fix broken publish files ([#356](https://github.com/MetaMask/web3-provider-engine/pull/356))

## [16.0.0] - 2020-09-22
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-provider-engine",
"version": "16.0.1",
"version": "16.0.2",
"description": "A JavaScript library for composing Ethereum provider objects using middleware modules",
"repository": "https://github.com/MetaMask/web3-provider-engine",
"main": "index.js",
Expand Down

0 comments on commit 7e2f9cf

Please sign in to comment.