We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb28f1 commit 8206469Copy full SHA for 8206469
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [2.0.0] - 2020-01-25
28
+### Breaking
29
+- Requires `Node 10+`
30
+
31
## [1.3.1-beta] - 2019-07-30
32
### Changed
33
- Dependencies update.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserslist-useragent-regexp",
3
- "version": "1.3.4-beta",
+ "version": "2.0.0",
4
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
5
"author": "dangreen",
6
"license": "MIT",
test/tslint.json
0 commit comments