Skip to content

Commit 561a926

Browse files
committed
8.0.0
1 parent bfa018e commit 561a926

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## [8.0.0] - 2025-10-08
4+
5+
### Changed
6+
7+
- **Breaking:** switch to ESM ([`b86f41e`](https://github.com/vweevers/win-detect-browsers/commit/b86f41e)) (Vincent Weevers)
8+
- Bump `win-version-info` from 5 to 6 ([`c08ec68`](https://github.com/vweevers/win-detect-browsers/commit/c08ec68)) (Vincent Weevers)
9+
- Bump `which` from 2 to 5 ([`0dfd374`](https://github.com/vweevers/win-detect-browsers/commit/0dfd374)) (Vincent Weevers)
10+
- Bump `yargs` from 16 to 18 ([`b90e5ba`](https://github.com/vweevers/win-detect-browsers/commit/b90e5ba)) (Vincent Weevers)
11+
12+
### Added
13+
14+
- Detect Opera GX and Opera Crypto ([#83](https://github.com/vweevers/win-detect-browsers/issues/83)) ([`0cd3e42`](https://github.com/vweevers/win-detect-browsers/commit/0cd3e42)) (Navdeep Singh Rathore)
15+
16+
### Removed
17+
18+
- **Breaking:** drop Node.js < 20 ([`960b063`](https://github.com/vweevers/win-detect-browsers/commit/960b063)) (Vincent Weevers)
19+
- **Breaking:** remove support of callbacks ([`02b0903`](https://github.com/vweevers/win-detect-browsers/commit/02b0903)) (Vincent Weevers)
20+
21+
### Fixed
22+
23+
- Don't detect Opera in PATH to avoid false positives ([#84](https://github.com/vweevers/win-detect-browsers/issues/84)) ([`6fc891e`](https://github.com/vweevers/win-detect-browsers/commit/6fc891e)) (Tim Perry)
24+
- Fix detection of Edge Dev and add Edge channel detection ([#81](https://github.com/vweevers/win-detect-browsers/issues/81)) ([`8cfb07a`](https://github.com/vweevers/win-detect-browsers/commit/8cfb07a)) (Temm)
25+
326
## [7.0.0] - 2021-11-12
427

528
### Changed
@@ -148,6 +171,8 @@
148171
- Only emits executables (`*.exe`)
149172
- 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.
150173

174+
[8.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.0.0
175+
151176
[7.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v7.0.0
152177

153178
[6.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v6.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "win-detect-browsers",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Fast and native browser detection on Windows",
55
"author": "Vincent Weevers",
66
"license": "MIT",

0 commit comments

Comments
 (0)