diff --git a/CHANGELOG.md b/CHANGELOG.md index dc196b92..196cfe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.1.2](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.1...v4.1.2) (2024-04-05) + + +### Bug Fixes + +* 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)) + ### [4.1.1](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.0...v4.1.1) (2023-12-24) diff --git a/package.json b/package.json index da58fea8..e4acdac3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browserslist-useragent-regexp", "type": "module", - "version": "4.1.1", + "version": "4.1.2", "description": "A utility to compile browserslist query to a RegExp to test browser useragent.", "author": "dangreen", "license": "MIT",