Skip to content

Release of 0.3.0 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.3.0 (2017-06-19)
* **Database:** Added Chrome 66 & 67 ([a9bce87](https://github.com/WhichBrowser/Parser-JavaScript/commit/a9bce872a9a17491539aca760d2627f1af2a6beb))

#### 0.2.9 (2017-03-16)
* **Database:** Added Chrome 65 ([c1c9148](https://github.com/WhichBrowser/Parser-JavaScript/commit/c1c9148397b179d0655ec0f5b181d8e65511df38))

Expand Down
4 changes: 4 additions & 0 deletions data/browsers-chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ module.exports = {
'63.0.3239': 'stable',
'64.0.3282': 'stable',
'65.0.3325': 'stable',
'67.0.3396': 'stable',
'66.0.3359': 'stable',
},
MOBILE: {
'16.0.912': 'beta',
Expand Down Expand Up @@ -112,5 +114,7 @@ module.exports = {
'63.0.3239': 'stable',
'64.0.3282': 'stable',
'65.0.3325': 'stable',
'67.0.3396': 'stable',
'66.0.3359': 'stable',
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "which-browser",
"version": "0.2.9",
"version": "0.3.0",
"description": "Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript",
"main": "src/Parser.js",
"scripts": {
Expand Down