We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c0e18 commit ecfb46cCopy full SHA for ecfb46c
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [2.0.2] - 2020-04-16
28
+### Fixed
29
+- [#409](https://github.com/browserslist/browserslist-useragent-regexp/issues/409)
30
+
31
## [2.0.0] - 2020-01-25
32
### Breaking
33
- Requires `Node 10+`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserslist-useragent-regexp",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments