Skip to content

Commit 1361b98

Browse files
chore(release): 4.1.4 (#1584)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8bd9663 commit 1361b98

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.1.4](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.3...v4.1.4) (2026-04-05)
6+
7+
### Bug Fixes
8+
9+
* faithfully match an empty set of browsers ([#1583](https://github.com/browserslist/browserslist-useragent-regexp/issues/1583)) ([0369751](https://github.com/browserslist/browserslist-useragent-regexp/commit/0369751bc5ff63c8fa6f449960e1192c5c061676))
10+
511
### [4.1.3](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.2...v4.1.3) (2024-04-10)
612

713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browserslist-useragent-regexp",
33
"type": "module",
4-
"version": "4.1.3",
4+
"version": "4.1.4",
55
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)