Skip to content

Commit 893c0cc

Browse files
committed
v1.3.0-beta
1 parent 5ce6af6 commit 893c0cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

27+
## [1.3.0-beta] - 2019-06-09
28+
### Added
29+
- `trigen-scripts` dev tool.
30+
31+
### Changed
32+
- Dependencies update.
33+
2734
## [1.2.0-beta] - 2019-05-09
2835
### Fixed
2936
- [#23](https://github.com/browserslist/browserslist-useragent-regexp/issues/23): Patch Chrome regexp to ignore Edge useragent.

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.2.0-beta",
3+
"version": "1.3.0-beta",
44
"description": "A utility to compile browserslist query to a RegExp to test browser useragent.",
55
"author": "dangreen",
66
"license": "MIT",

0 commit comments

Comments
 (0)