Merge branch 'release/1.6.0'

pull/173/head
Denis Demchenko 8 years ago
commit e7df4c137f

@ -1,5 +1,10 @@
# Bowser Changelog
### 1.6.0 (December 5, 2016)
- [ADD] Add some tests for Windows devices (#89)
- [ADD] Add `root` to initialization process (#170)
- [FIX] Upgrade .travis.yml config
### 1.5.0 (October 31, 2016)
- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
- [FIX] Fix truly detection of Windows Phones (#167)

@ -7,7 +7,7 @@
"sniff",
"detection"
],
"version": "1.4.6",
"version": "1.6.0",
"homepage": "https://github.com/ded/bowser",
"scripts": [
"src/bowser.js"

@ -7,7 +7,7 @@
"sniff",
"detection"
],
"version": "1.5.0",
"version": "1.6.0",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "./src/bowser.js",

Loading…
Cancel
Save