Skip to content

Commit 1f215b6

Browse files
github-actions[bot]github-actionsMrtenz
authored
17.1.2 (#352)
* 17.1.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 1f0704a commit 1f215b6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [17.1.2]
11+
12+
### Added
13+
14+
- Add `@metamask/providers/stream-provider` export ([#351](https://github.com/MetaMask/providers/pull/351))
15+
- This replaces the `@metamask/providers/dist/StreamProvider` export. It still exists for backwards compatibility, but will be removed in a future major release.
16+
17+
### Changed
18+
19+
- Bump `@metamask/utils` from `9.0.0` to `9.1.0` ([#348](https://github.com/MetaMask/providers/pull/348))
20+
1021
## [17.1.1]
1122

1223
### Changed
@@ -437,7 +448,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
437448
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
438449
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
439450

440-
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.1...HEAD
451+
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.2...HEAD
452+
[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2
441453
[17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1
442454
[17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0
443455
[17.0.0]: https://github.com/MetaMask/providers/compare/v16.1.0...v17.0.0

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": "17.1.1",
3+
"version": "17.1.2",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)