Skip to content

Commit

Permalink
2.0.0 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
3 people authored Oct 3, 2022
1 parent a499d35 commit 10f504e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0]
### Changed
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
- **BREAKING:** Bump minimum required Node version to 14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
- Shore up MetaMaskEthereumProvider type with EventEmitter methods ([#41](https://github.com/MetaMask/detect-provider/pull/41))
- Remove global type augmentation for `window.ethereum` so that it can be assigned its own type outside of `detectEthereumProvider` ([#30](https://github.com/MetaMask/detect-provider/pull/30))

### Fixed
- Include source code in source maps to prevent build errors ([#46](https://github.com/MetaMask/detect-provider/pull/46))

## [1.2.0] - 2020-10-26
### Added
Expand All @@ -21,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial stable release.

[Unreleased]: https://github.com/MetaMask/detect-provider/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/detect-provider/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/detect-provider/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/MetaMask/detect-provider/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MetaMask/detect-provider/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MetaMask/detect-provider/releases/tag/v1.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/detect-provider",
"version": "1.2.0",
"version": "2.0.0",
"description": "A tiny utility for detecting the MetaMask Ethereum provider, or any EIP 1193-compliant provider.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 10f504e

Please sign in to comment.