Skip to content

Commit 5b393fb

Browse files
committed
8.0.1
1 parent aead42e commit 5b393fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [8.0.1] - 2025-11-14
4+
5+
### Changed
6+
7+
- Use trusted publishing ([`aead42e`](https://github.com/vweevers/win-detect-browsers/commit/aead42e)) (Vincent Weevers)
8+
9+
### Fixed
10+
11+
- Fix registry.js import ([#89](https://github.com/vweevers/win-detect-browsers/issues/89)) ([`daf13e5`](https://github.com/vweevers/win-detect-browsers/commit/daf13e5)) (Tim Perry)
12+
313
## [8.0.0] - 2025-10-08
414

515
### Changed
@@ -171,6 +181,8 @@
171181
- Only emits executables (`*.exe`)
172182
- 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.
173183

184+
[8.0.1]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.0.1
185+
174186
[8.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v8.0.0
175187

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

0 commit comments

Comments
 (0)