This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Specify publish files * Delete example.js * 16.0.0 * Add changelog
- Loading branch information
Showing
3 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters