Skip to content

Commit 7d33c79

Browse files
committed
chore(release): 4.1.3
1 parent 3fdde6a commit 7d33c79

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.3](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.2...v4.1.3) (2024-04-10)
6+
7+
8+
### Bug Fixes
9+
10+
* restore types field in package.json ([#1546](https://github.com/browserslist/browserslist-useragent-regexp/issues/1546)) ([3fdde6a](https://github.com/browserslist/browserslist-useragent-regexp/commit/3fdde6a8a8b5a2c634e4812da069678152d8f047)), closes [#1545](https://github.com/browserslist/browserslist-useragent-regexp/issues/1545)
11+
512
### [4.1.2](https://github.com/browserslist/browserslist-useragent-regexp/compare/v4.1.1...v4.1.2) (2024-04-05)
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.2",
4+
"version": "4.1.3",
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)