Skip to content

Commit 9030baa

Browse files
committed
7.0.0
1 parent 83a1f79 commit 9030baa

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [7.0.0] - 2021-11-12
4+
5+
### Changed
6+
7+
- **Breaking:** bump [`win-version-info`](https://github.com/vweevers/win-version-info) and `yargs` ([`b0c9ab0`](https://github.com/vweevers/win-detect-browsers/commit/b0c9ab0), [`b438175`](https://github.com/vweevers/win-detect-browsers/commit/b438175)) (Vincent Weevers). Drops support of Node.js 8.
8+
- Change CLI to always print result as JSON ([`88dc694`](https://github.com/vweevers/win-detect-browsers/commit/88dc694)) (Vincent Weevers)
9+
- Remove `xtend` dependency ([`fbcba58`](https://github.com/vweevers/win-detect-browsers/commit/fbcba58)) (Vincent Weevers)
10+
- Refactor: remove unused pre hook ([`ec92805`](https://github.com/vweevers/win-detect-browsers/commit/ec92805)) (Vincent Weevers)
11+
- Refactor: remove unused events and opts from Finder ([`48c683c`](https://github.com/vweevers/win-detect-browsers/commit/48c683c)) (Vincent Weevers)
12+
13+
### Added
14+
15+
- Add promise support ([`ca8d84e`](https://github.com/vweevers/win-detect-browsers/commit/ca8d84e)) (Vincent Weevers)
16+
17+
### Fixed
18+
19+
- Fix documentation of `name` ([`83a1f79`](https://github.com/vweevers/win-detect-browsers/commit/83a1f79)) (Vincent Weevers).
20+
321
## [6.0.0] - 2020-03-04
422

523
### Changed
@@ -130,6 +148,8 @@
130148
- Only emits executables (`*.exe`)
131149
- 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.
132150

151+
[7.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v7.0.0
152+
133153
[6.0.0]: https://github.com/vweevers/win-detect-browsers/releases/tag/v6.0.0
134154

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

0 commit comments

Comments
 (0)