File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ #### 0.3.0 (2017-06-19)
2+ * ** Database:** Added Chrome 66 & 67 ([ a9bce87] ( https://github.com/WhichBrowser/Parser-JavaScript/commit/a9bce872a9a17491539aca760d2627f1af2a6beb ) )
3+
14#### 0.2.9 (2017-03-16)
25* ** Database:** Added Chrome 65 ([ c1c9148] ( https://github.com/WhichBrowser/Parser-JavaScript/commit/c1c9148397b179d0655ec0f5b181d8e65511df38 ) )
36
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ module.exports = {
6969 '63.0.3239' : 'stable' ,
7070 '64.0.3282' : 'stable' ,
7171 '65.0.3325' : 'stable' ,
72+ '67.0.3396' : 'stable' ,
73+ '66.0.3359' : 'stable' ,
7274 } ,
7375 MOBILE : {
7476 '16.0.912' : 'beta' ,
@@ -112,5 +114,7 @@ module.exports = {
112114 '63.0.3239' : 'stable' ,
113115 '64.0.3282' : 'stable' ,
114116 '65.0.3325' : 'stable' ,
117+ '67.0.3396' : 'stable' ,
118+ '66.0.3359' : 'stable' ,
115119 } ,
116120} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " which-browser" ,
3- "version" : " 0.2.9 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript" ,
55 "main" : " src/Parser.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments