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.0 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Apr 18, 2024
1 parent 0e45c90 commit c980e52
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 @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [17.0.0]

#### Changed

- Add deprecation notice ([#469](https://github.com/MetaMask/web3-provider-engine/pull/469))
- **BREAKING**: Increase minimum Node.js version to 16 ([#447](https://github.com/MetaMask/web3-provider-engine/pull/447))
- Bump ethereumjs and metamask dependencies ([#453](https://github.com/MetaMask/web3-provider-engine/pull/453)) ([#471](https://github.com/MetaMask/web3-provider-engine/pull/471))
- babelify dependencies ([#454](https://github.com/MetaMask/web3-provider-engine/pull/454))
- Update dependency `readable-stream` from `^2.2.9` to `^3.6.2` ([#452](https://github.com/MetaMask/web3-provider-engine/pull/452))
- Update devDependency `browserify` from `16.5.0` to `17.0.0` ([#456](https://github.com/MetaMask/web3-provider-engine/pull/456))

## [16.0.7]

### Fixed
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.7",
"version": "17.0.0",
"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 c980e52

Please sign in to comment.