diff --git a/CHANGELOG.md b/CHANGELOG.md index 1596abd..b95209f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### 0.2.2 (2017-08-08) + +##### New Features +* **Database**: Added Chrome 60 ([0043804](https://github.com/WhichBrowser/Parser-JavaScript/commit/00438049ff3f30fb2810a980c88146b2112eff0b)) + #### 0.2.1 (2017-07-14) ##### News diff --git a/data/browsers-chrome.js b/data/browsers-chrome.js index 1692e80..02bd573 100644 --- a/data/browsers-chrome.js +++ b/data/browsers-chrome.js @@ -63,6 +63,7 @@ module.exports = { '57.0.2987': 'stable', '58.0.3029': 'stable', '59.0.3071': 'stable', + '60.0.3112': 'stable', }, MOBILE: { '16.0.912': 'beta', @@ -100,5 +101,6 @@ module.exports = { '57.0.2987': 'stable', '58.0.3029': 'stable', '59.0.3071': 'stable', + '60.0.3112': 'stable', }, }; diff --git a/package.json b/package.json index b2eca4a..113ccff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "which-browser", - "version": "0.2.1", + "version": "0.2.2", "description": "Browser sniffing tool and UA parser. Browser sniffing gone too far — A useragent parser library for JavaScript", "main": "src/Parser.js", "scripts": {