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