Skip to content

Commit 8206469

Browse files
committed
v2.0.0
1 parent 3fb28f1 commit 8206469

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
2424
2525
-->
2626

27+
## [2.0.0] - 2020-01-25
28+
### Breaking
29+
- Requires `Node 10+`
30+
2731
## [1.3.1-beta] - 2019-07-30
2832
### Changed
2933
- Dependencies update.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserslist-useragent-regexp",
3-
"version": "1.3.4-beta",
3+
"version": "2.0.0",
44
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
55
"author": "dangreen",
66
"license": "MIT",

test/tslint.json

-6
This file was deleted.

0 commit comments

Comments
 (0)