Skip to content

Commit d071163

Browse files
committed
Update changelog
1 parent 1a2944b commit d071163

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
## [2.0.0]
10-
### Uncategorized
11-
- Bump Node to v14 ([#59](https://github.com/MetaMask/detect-provider/pull/59))
12-
- Bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([#54](https://github.com/MetaMask/detect-provider/pull/54))
13-
- Bump shell-quote from 1.7.2 to 1.7.3 ([#55](https://github.com/MetaMask/detect-provider/pull/55))
14-
- Copy Action workflow files from module template ([#47](https://github.com/MetaMask/detect-provider/pull/47))
15-
- Bump minimist from 1.2.5 to 1.2.6 ([#44](https://github.com/MetaMask/detect-provider/pull/44))
16-
- Fix failed to parse source map error ([#46](https://github.com/MetaMask/detect-provider/pull/46))
17-
- Update MetaMaskEthereumProvider type ([#41](https://github.com/MetaMask/detect-provider/pull/41))
18-
- Bump ajv from 6.12.2 to 6.12.6 ([#43](https://github.com/MetaMask/detect-provider/pull/43))
19-
- Removes global Window types ([#30](https://github.com/MetaMask/detect-provider/pull/30))
20-
- Bump cached-path-relative from 1.0.2 to 1.1.0 ([#39](https://github.com/MetaMask/detect-provider/pull/39))
21-
- Bump path-parse from 1.0.6 to 1.0.7 ([#29](https://github.com/MetaMask/detect-provider/pull/29))
22-
- Bump glob-parent from 5.1.1 to 5.1.2 ([#27](https://github.com/MetaMask/detect-provider/pull/27))
23-
- Repo standardization ([#25](https://github.com/MetaMask/detect-provider/pull/25))
24-
- Bump hosted-git-info from 2.8.8 to 2.8.9 ([#24](https://github.com/MetaMask/detect-provider/pull/24))
25-
- Bump lodash from 4.17.19 to 4.17.21 ([#23](https://github.com/MetaMask/detect-provider/pull/23))
26-
- Bump elliptic from 6.5.3 to 6.5.4 ([#21](https://github.com/MetaMask/detect-provider/pull/21))
27-
2810
### Changed
29-
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
11+
- **BREAKING:** Bump minimum required Node version to 14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
12+
- Shore up MetaMaskEthereumProvider type with EventEmitter methods ([#41](https://github.com/MetaMask/detect-provider/pull/41))
13+
- 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))
14+
15+
### Fixed
16+
- Include source code in source maps to prevent build errors ([#46](https://github.com/MetaMask/detect-provider/pull/46))
3017

3118
## [1.2.0] - 2020-10-26
3219
### Added

0 commit comments

Comments
 (0)