Skip to content

Commit

Permalink
14.0.1 (#291)
Browse files Browse the repository at this point in the history
* 14.0.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent d5d5de4 commit f10765d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.0.1]
### Fixed
- Don't send `undefined` params to underlying provider ([#290](https://github.com/MetaMask/providers/pull/290))

## [14.0.0]
### Changed
- **BREAKING**: Update to streams3 API ([#288](https://github.com/MetaMask/providers/pull/288))
Expand Down Expand Up @@ -265,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))

[Unreleased]: https://github.com/MetaMask/providers/compare/v14.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v14.0.1...HEAD
[14.0.1]: https://github.com/MetaMask/providers/compare/v14.0.0...v14.0.1
[14.0.0]: https://github.com/MetaMask/providers/compare/v13.1.0...v14.0.0
[13.1.0]: https://github.com/MetaMask/providers/compare/v13.0.0...v13.1.0
[13.0.0]: https://github.com/MetaMask/providers/compare/v12.0.0...v13.0.0
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": "@metamask/providers",
"version": "14.0.0",
"version": "14.0.1",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit f10765d

Please sign in to comment.