We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54123ed commit c3c015eCopy full SHA for c3c015e
CHANGELOG.md
@@ -24,6 +24,10 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [1.3.1-beta] - 2019-07-30
28
+### Changed
29
+- Dependencies update.
30
+
31
## [1.3.0-beta] - 2019-06-09
32
### Added
33
- `trigen-scripts` dev tool.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserslist-useragent-regexp",
3
- "version": "1.3.0-beta",
+ "version": "1.3.1-beta",
4
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments