Skip to content

Commit c21ad0c

Browse files
authored
Release of 0.3.0 (#20)
* Added Chrome 66 & 67 * Release of 0.3.0
1 parent 9ca0267 commit c21ad0c

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.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

data/browsers-chrome.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

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.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": {

0 commit comments

Comments
 (0)