Skip to content

Commit 1670194

Browse files
committed
8.0.2
1 parent 031a8f6 commit 1670194

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [8.0.2] - 2025-11-14
4+
5+
### Fixed
6+
7+
- Fix workflows ([`031a8f6`](https://github.com/vweevers/win-detect-browsers/commit/031a8f6)) (Vincent Weevers)
8+
39
## [8.0.1] - 2025-11-14
410

511
### Changed
@@ -181,6 +187,8 @@
181187
- Only emits executables (`*.exe`)
182188
- 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.
183189

190+
[8.0.2]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.0.2
191+
184192
[8.0.1]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.0.1
185193

186194
[8.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.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": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Fast and native browser detection on Windows",
55
"author": "Vincent Weevers",
66
"license": "MIT",

0 commit comments

Comments
 (0)