Skip to content

Commit 410761d

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 410761d

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858
registry-url: 'https://registry.npmjs.org'
5959
- name: Install dependencies
6060
run: pnpm install
61-
- name: Release
62-
uses: trigensoftware/simple-release-action@latest
63-
with:
64-
workflow: release
65-
github-token: ${{ secrets.GITHUB_TOKEN }}
61+
- run: cat ~/.npmrc
62+
- run: npm whoami --registry https://registry.npmjs.org || echo "not authenticated"
63+
- run: npm publish --provenance --dry-run
64+
# - name: Release
65+
# uses: trigensoftware/simple-release-action@latest
66+
# with:
67+
# workflow: release
68+
# github-token: ${{ secrets.GITHUB_TOKEN }}

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)