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

Commit

Permalink
Release 17.0.1 (#482)
Browse files Browse the repository at this point in the history
* add changelog entry for 16.0.8
  • Loading branch information
legobeat authored Apr 22, 2024
1 parent 6a57b56 commit 472426a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [17.0.1]

### Fixed

- Properly return signed transaction object in `signTransaction` of `HookedWalletEthTxSubprovider` ([#465](https://github.com/MetaMask/web3-provider-engine/pull/465))

## [16.0.8]

### Changed

- Update dependencies ([#477](https://github.com/MetaMask/web3-provider-engine/pull/477))
- `eth-rpc-errors@^3.0.0->^4.0.3`
- `ethereumjs-block@^1.2.2->^2.2.2`
- `ethereumjs-util@^5.1.5->^7.1.5`
- `ethereumjs-vm@^2.3.4->^2.6.0`
- `eth-json-rpc-filters@^4.2.1->~5.0.0`
- `eth-json-rpc-infura@^5.1.0` -> `@metamask/eth-json-rpc-infura@^6.0.0`
- `eth-json-rpc-middleware@^6.0.0->^8.1.0`
- `eth-sig-util@^1.4.2` -> `@metamask/eth-sig-util@^4.0.1`

### Fixed

- Properly return signed transaction object in `signTransaction` of `HookedWalletEthTxSubprovider` ([#465](https://github.com/MetaMask/web3-provider-engine/pull/465))

## [17.0.0]

#### Changed
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": "17.0.0",
"version": "17.0.1",
"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 472426a

Please sign in to comment.