Skip to content

Commit 047ea9b

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
18.1.1 (#386)
* 18.1.1 * Update CHANGELOG --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent f00d08a commit 047ea9b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [18.1.1]
11+
12+
### Changed
13+
14+
- Bump MetaMask dependencies ([#385](https://github.com/MetaMask/providers/pull/385), [#384](https://github.com/MetaMask/providers/pull/384), [#383](https://github.com/MetaMask/providers/pull/383))
15+
1016
## [18.1.0]
1117

1218
### Added
@@ -485,7 +491,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
485491
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
486492
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
487493

488-
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.0...HEAD
494+
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.1...HEAD
495+
[18.1.1]: https://github.com/MetaMask/providers/compare/v18.1.0...v18.1.1
489496
[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0
490497
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
491498
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1

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

0 commit comments

Comments
 (0)