Skip to content

Commit ecfb46c

Browse files
committed
v2.0.2
1 parent 27c0e18 commit ecfb46c

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.0.2] - 2020-04-16
28+
### Fixed
29+
- [#409](https://github.com/browserslist/browserslist-useragent-regexp/issues/409)
30+
2731
## [2.0.0] - 2020-01-25
2832
### Breaking
2933
- Requires `Node 10+`

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.0.1",
3+
"version": "2.0.2",
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)