Skip to content

Commit 8aa6113

Browse files
authored
0.5.1 branch (#47)
* Update database * Bump up version to 0.5.1
1 parent 8d98095 commit 8aa6113

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.1 (2019-11-30)
2+
* **Database:** Added Chrome 77 and 78.
3+
14
#### 0.5.0 (2019-08-25)
25
* **Database:** Added support for Chromium based Edge. Updated Android and iOS models. Added Chrome 75 and 76. Added Samsung Galaxy Fold and Galaxy A models.
36
* **Fixes:** False positive for Obigo browser.

data/browsers-chrome.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ module.exports = {
8080
'74.0.3729': 'stable',
8181
'75.0.3770': 'stable',
8282
'76.0.3809': 'stable',
83+
'77.0.3865': 'stable',
84+
'78.0.3904': 'stable',
8385
},
8486
MOBILE: {
8587
'16.0.912': 'beta',
@@ -134,5 +136,7 @@ module.exports = {
134136
'74.0.3729': 'stable',
135137
'75.0.3770': 'stable',
136138
'76.0.3809': 'stable',
139+
'77.0.3865': 'stable',
140+
'78.0.3904': 'stable',
137141
},
138142
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "which-browser",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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
"types": "which-browser.d.ts",

0 commit comments

Comments
 (0)