Skip to content

Commit 1545242

Browse files
committed
chore(release): 4.1.1
1 parent 06b1318 commit 1545242

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.0...v4.1.1) (2023-12-24)
6+
7+
8+
### Bug Fixes
9+
10+
* fix Edge browser regex, minor version is required ([#1533](https://github.com/browserslist/browserslist-useragent-regexp/issues/1533)) ([f6108cf](https://github.com/browserslist/browserslist-useragent-regexp/commit/f6108cfb3921bf2822f4235eeb4ba893409e4bb8)), closes [#1530](https://github.com/browserslist/browserslist-useragent-regexp/issues/1530)
11+
512
## [4.1.0](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.0.0...v4.1.0) (2023-06-16)
613

714

package.json

+1-1
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.0",
4+
"version": "4.1.1",
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)