Skip to content

Commit 64d6649

Browse files
github-actions[bot]github-actionslegobeat
authored
18.0.0 (#379)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 68db8e9 commit 64d6649

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [18.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING**: Bump `@metamask/json-rpc-engine` from `^9.0.1` to `^10.0.0` ([#378](https://github.com/MetaMask/providers/pull/378))
15+
- **BREAKING**: Bump `@metamask/rpc-errors` from `^6.4.0` to `^7.0.0` ([#373](https://github.com/MetaMask/providers/pull/373))
16+
- Bump @metamask/object-multiplex from `^2.0.0` to `^2.1.0` ([#375](https://github.com/MetaMask/providers/pull/375))
17+
- Bump @metamask/utils from `^9.2.1` to `^9.3.0` ([#370](https://github.com/MetaMask/providers/pull/370))
18+
1019
## [17.2.1]
1120

1221
### Fixed
@@ -466,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466475
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
467476
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
468477

469-
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.1...HEAD
478+
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.0.0...HEAD
479+
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
470480
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
471481
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
472482
[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.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": "17.2.1",
3+
"version": "18.0.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)