Skip to content

Commit 4720d62

Browse files
committed
v2.1.1
1 parent 2a3ed4d commit 4720d62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
2424
2525
-->
2626

27+
## [2.1.1] - 2020-10-17
28+
### Fixed
29+
- [#472](https://github.com/browserslist/browserslist-useragent-regexp/issues/472)
30+
2731
## [2.1.0] - 2020-06-11
2832
### Fixed
2933
- Extracting browser family from regexp fix.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserslist-useragent-regexp",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
55
"author": "dangreen",
66
"license": "MIT",

0 commit comments

Comments
 (0)