@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 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+
828### Changed
929- ** BREAKING:** Removed support for Node v12 in favor of v14 ([ #137 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/137 ) )
1030
@@ -21,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2141### Added
2242- Initial stable release.
2343
24- [ Unreleased ] : https://github.com/MetaMask/detect-provider/compare/v1.2.0...HEAD
44+ [ Unreleased ] : https://github.com/MetaMask/detect-provider/compare/v2.0.0...HEAD
45+ [ 2.0.0 ] : https://github.com/MetaMask/detect-provider/compare/v1.2.0...v2.0.0
2546[ 1.2.0 ] : https://github.com/MetaMask/detect-provider/compare/v1.1.0...v1.2.0
2647[ 1.1.0 ] : https://github.com/MetaMask/detect-provider/compare/v1.0.1...v1.1.0
2748[ 1.0.1 ] : https://github.com/MetaMask/detect-provider/releases/tag/v1.0.1
0 commit comments