Skip to content

Commit

Permalink
18.3.1 (#398)
Browse files Browse the repository at this point in the history
* 18.3.1

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent 73244cc commit 5b1241d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.3.1]

### Changed

- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.2` ([#397](https://github.com/MetaMask/providers/pull/397))
- Bump `@metamask/json-rpc-middleware-stream` from `^8.0.5` to `^8.0.6` ([#397](https://github.com/MetaMask/providers/pull/397))
- Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#397](https://github.com/MetaMask/providers/pull/397))
- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#397](https://github.com/MetaMask/providers/pull/397))

## [18.3.0]

### Added
Expand Down Expand Up @@ -512,7 +521,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/v18.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.3.1...HEAD
[18.3.1]: https://github.com/MetaMask/providers/compare/v18.3.0...v18.3.1
[18.3.0]: https://github.com/MetaMask/providers/compare/v18.2.0...v18.3.0
[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0
[18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2
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": "18.3.0",
"version": "18.3.1",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 5b1241d

Please sign in to comment.