Skip to content

Commit

Permalink
18.1.0 (#382)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 56e8b0f commit 2c43cf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.1.0]

### Added

- Add intializeInpageProvider as package export ([#380](https://github.com/MetaMask/providers/pull/380))

### Fixed

- Remove spurious typescript reference ([#381](https://github.com/MetaMask/providers/pull/381))

## [18.0.0]

### Changed
Expand Down Expand Up @@ -475,7 +485,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.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.0...HEAD
[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.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": "18.0.0",
"version": "18.1.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 2c43cf7

Please sign in to comment.