Skip to content

Commit e676fea

Browse files
committed
chore(release): 4.1.2
1 parent 0478979 commit e676fea

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.2](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.1...v4.1.2) (2024-04-05)
6+
7+
8+
### Bug Fixes
9+
10+
* fix splitCommonDiff function to work correctly on common digits after first difference ([#1543](https://github.com/browserslist/browserslist-useragent-regexp/issues/1543)) ([ae3981c](https://github.com/browserslist/browserslist-useragent-regexp/commit/ae3981ce92408c4a04175f1ad0ee446024ddbbc1))
11+
512
### [4.1.1](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.0...v4.1.1) (2023-12-24)
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.1",
4+
"version": "4.1.2",
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)