Skip to content

Commit a4dc649

Browse files
github-actions[bot]github-actionsjiexi
authored
16.1.0 (#316)
* 16.1.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jiexi Luan <jiexiluan@gmail.com>
1 parent 4f12239 commit a4dc649

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [16.1.0]
11+
12+
### Added
13+
14+
- Restore deprecated properties, networkChanged event, and offline send() net_version support ([#312](https://github.com/MetaMask/providers/pull/312))
15+
- Bump MetaMask dependencies ([#310](https://github.com/MetaMask/providers/pull/310))
16+
- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([#309](https://github.com/MetaMask/providers/pull/309))
17+
- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#311](https://github.com/MetaMask/providers/pull/311))
18+
- Bump tar from 6.1.13 to 6.2.1 ([#314](https://github.com/MetaMask/providers/pull/314))
19+
1020
## [16.0.0]
1121

1222
### Removed
@@ -382,7 +392,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382392
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
383393
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
384394

385-
[Unreleased]: https://github.com/MetaMask/providers/compare/v16.0.0...HEAD
395+
[Unreleased]: https://github.com/MetaMask/providers/compare/v16.1.0...HEAD
396+
[16.1.0]: https://github.com/MetaMask/providers/compare/v16.0.0...v16.1.0
386397
[16.0.0]: https://github.com/MetaMask/providers/compare/v15.0.0...v16.0.0
387398
[15.0.0]: https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0
388399
[14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/providers",
3-
"version": "16.0.0",
3+
"version": "16.1.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)