Skip to content

Commit 34735c2

Browse files
committed
Add Chrome 70, 71 and 72
1 parent 9b071ba commit 34735c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/browsers-chrome.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ module.exports = {
7373
'67.0.3396': 'stable',
7474
'68.0.3440': 'stable',
7575
'69.0.3497': 'stable',
76+
'70.0.3538': 'stable',
77+
'71.0.3578': 'stable',
78+
'72.0.3626': 'stable',
7679
},
7780
MOBILE: {
7881
'16.0.912': 'beta',
@@ -120,5 +123,8 @@ module.exports = {
120123
'67.0.3396': 'stable',
121124
'68.0.3440': 'stable',
122125
'69.0.3497': 'stable',
126+
'70.0.3538': 'stable',
127+
'71.0.3578': 'stable',
128+
'72.0.3626': 'stable',
123129
},
124130
};

0 commit comments

Comments
 (0)