Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and Mrtenz committed Feb 28, 2024
1 parent 8c14aa0 commit e44dcb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.0.0]

### Uncategorized

- Update repository to match module template (February 2024) ([#296](https://github.com/MetaMask/providers/pull/296))
- Bump ip from 2.0.0 to 2.0.1 ([#295](https://github.com/MetaMask/providers/pull/295))

## [14.0.2]

### Fixed
Expand Down Expand Up @@ -355,7 +362,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v15.0.0...HEAD
[15.0.0]: https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0
[14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2
[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
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.2",
"version": "15.0.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit e44dcb0

Please sign in to comment.