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