Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Apr 16, 2020
1 parent 27c0e18 commit ecfb46c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
-->

## [2.0.2] - 2020-04-16
### Fixed
- [#409](https://github.com/browserslist/browserslist-useragent-regexp/issues/409)

## [2.0.0] - 2020-01-25
### Breaking
- Requires `Node 10+`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserslist-useragent-regexp",
"version": "2.0.1",
"version": "2.0.2",
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
"author": "dangreen",
"license": "MIT",
Expand Down

0 comments on commit ecfb46c

Please sign in to comment.