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