Skip to content

Commit 01a28a7

Browse files
committed
Prepare 5.0.0
1 parent 38f2c32 commit 01a28a7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [5.0.0] - 2019-11-22
4+
5+
### Changed
6+
7+
- Upgrade `chalk` from `~2.4.1` to `~3.0.0` ([`8c8849d`](https://github.com/vweevers/win-detect-browsers/commit/8c8849d)) ([**@vweevers**](https://github.com/vweevers))
8+
- Upgrade `which` from `~1.3.0` to `~2.0.1` ([`fdc033f`](https://github.com/vweevers/win-detect-browsers/commit/fdc033f)) ([**@vweevers**](https://github.com/vweevers))
9+
- Upgrade `registry-js` from `~1.8.0` to `~1.9.0` ([#58](https://github.com/vweevers/win-detect-browsers/issues/58)) ([**@vweevers**](https://github.com/vweevers))
10+
- Upgrade `yargs` from `~13.3.0` to `~15.0.1` ([`d45d938`](https://github.com/vweevers/win-detect-browsers/commit/d45d938), [`a63e8bf`](https://github.com/vweevers/win-detect-browsers/commit/a63e8bf), [`8d73bdc`](https://github.com/vweevers/win-detect-browsers/commit/8d73bdc)) ([**@vweevers**](https://github.com/vweevers))
11+
12+
### Added
13+
14+
- Detect the new chromium-based MS Edge ([#60](https://github.com/vweevers/win-detect-browsers/issues/60)) ([**@pimterry**](https://github.com/pimterry))
15+
16+
### Removed
17+
18+
- **Breaking:** remove `bitness` from chrome metadata ([#61](https://github.com/vweevers/win-detect-browsers/issues/61)) ([**@vweevers**](https://github.com/vweevers))
19+
20+
### Fixed
21+
22+
- Improve detection of Chrome channel variants ([#61](https://github.com/vweevers/win-detect-browsers/issues/61)) ([**@pimterry**](https://github.com/pimterry))
23+
- Avoid errors if the registry is not readable ([#65](https://github.com/vweevers/win-detect-browsers/issues/65)) ([**@pimterry**](https://github.com/pimterry)). Previously this could happen if the user did not have access to the given hive or key.
24+
325
## [4.0.1] - 2019-08-17
426

527
### Changed
@@ -100,6 +122,8 @@
100122
- Only emits executables (`*.exe`)
101123
- No longer uses command-line version flags or version numbers found in the registry or elsewhere. This simplifies the process and makes the version numbers consistent and more detailed.
102124

125+
[5.0.0]: https://github.com/vweevers/win-detect-browsers/compare/v4.0.1...v5.0.0
126+
103127
[4.0.1]: https://github.com/vweevers/win-detect-browsers/compare/v4.0.0...v4.0.1
104128

105129
[4.0.0]: https://github.com/vweevers/win-detect-browsers/compare/v3.1.0...v4.0.0

0 commit comments

Comments
 (0)