We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3ed4d commit 4720d62Copy full SHA for 4720d62
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [2.1.1] - 2020-10-17
28
+### Fixed
29
+- [#472](https://github.com/browserslist/browserslist-useragent-regexp/issues/472)
30
+
31
## [2.1.0] - 2020-06-11
32
### Fixed
33
- Extracting browser family from regexp fix.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserslist-useragent-regexp",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments