Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit aee39da

Browse files
authored
Release 0.3.4 (#27)
* Added Chrome 69 * Release 0.3.4
1 parent 578b3fe commit aee39da

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-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.3.4 (2017-09-12)
2+
* **Database:** Added Chrome 69 ([5b8a4fa](https://github.com/WhichBrowser/Parser-JavaScript/commit/5b8a4fa5e81740336cf29c88982af152f70e81c9))
3+
14
#### 0.3.3 (2017-08-22)
25
* **Fixes:** Now is possible to *really* disable the bot detection with the option `detectBots: false` ([5e02e9a](https://github.com/WhichBrowser/Parser-JavaScript/commit/5e02e9a01fdee83b7bb0b6e91372b1870b157d52))
36

data/browsers-chrome.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ module.exports = {
7272
'66.0.3359': 'stable',
7373
'67.0.3396': 'stable',
7474
'68.0.3440': 'stable',
75+
'69.0.3497': 'stable',
7576
},
7677
MOBILE: {
7778
'16.0.912': 'beta',
@@ -118,5 +119,6 @@ module.exports = {
118119
'66.0.3359': 'stable',
119120
'67.0.3396': 'stable',
120121
'68.0.3440': 'stable',
122+
'69.0.3497': 'stable',
121123
},
122124
};

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.3.3",
3+
"version": "0.3.4",
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": {

0 commit comments

Comments
 (0)