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

Release 17.0.0 #474

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Is this relevant to users of this package? Perhaps we could omit it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does result in a different build output under dist/, which is why I am leaning towards including it.


## [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
Loading