1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Merge branch 'release/1.6.0'

This commit is contained in:
Denis Demchenko 2016-12-05 22:44:56 +02:00
commit e7df4c137f
3 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

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

View File

@ -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",