Skip to content

Commit f42830e

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

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Node.js
5454
uses: actions/setup-node@v6
5555
with:
56-
node-version: 22
56+
node-version: 24
5757
cache: 'pnpm'
5858
registry-url: 'https://registry.npmjs.org'
5959
- name: Install dependencies

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)