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

Commit

Permalink
16.0.0 (#354)
Browse files Browse the repository at this point in the history
* Specify publish files

* Delete example.js

* 16.0.0

* Add changelog
  • Loading branch information
rekmarks authored Sep 23, 2020
1 parent 8df0fcb commit b360a3a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [16.0.0] - 2020-09-22

### Changed

- **Breaking:** Use Infura V3 API ([#352](https://github.com/MetaMask/web3-provider-engine/pull/352))
- The previously used Infura API is deprecated and will be (or is already) removed.
- Using the Infura Provider now requires an API key.
See [`eth-json-rpc-infura`](https://npmjs.com/package/eth-json-rpc-infura) and [infura.io](https://infura.io) for details.
- Update various dependencies
- [email protected] ([#350](https://github.com/MetaMask/web3-provider-engine/pull/350))
- [email protected] ([#351](https://github.com/MetaMask/web3-provider-engine/pull/351))
- [email protected] ([#352](https://github.com/MetaMask/web3-provider-engine/pull/352))
- [email protected] ([#353](https://github.com/MetaMask/web3-provider-engine/pull/353))
- Specify publish files

[Unreleased]:https://github.com/MetaMask/web3-provider-engine/compare/v16.0.0...HEAD
23 changes: 0 additions & 23 deletions example.js

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-provider-engine",
"version": "15.0.12",
"version": "16.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 All @@ -13,7 +13,12 @@
"bundle-engine": "browserify -s ProviderEngine -e index.js -t [ babelify --presets [ @babel/preset-env ] ] > dist/ProviderEngine.js",
"lint": "eslint --quiet --ignore-path .gitignore ."
},
"author": "",
"files": [
"*.js",
"dist",
"subprovider",
"util"
],
"license": "MIT",
"resolutions": {
"ganache-core/**/elliptic": "^6.5.2"
Expand Down

0 comments on commit b360a3a

Please sign in to comment.