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:
commit
e7df4c137f
@ -1,5 +1,10 @@
|
|||||||
# Bowser Changelog
|
# 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)
|
### 1.5.0 (October 31, 2016)
|
||||||
- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
|
- [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)
|
- [FIX] Fix truly detection of Windows Phones (#167)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"sniff",
|
"sniff",
|
||||||
"detection"
|
"detection"
|
||||||
],
|
],
|
||||||
"version": "1.4.6",
|
"version": "1.6.0",
|
||||||
"homepage": "https://github.com/ded/bowser",
|
"homepage": "https://github.com/ded/bowser",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"src/bowser.js"
|
"src/bowser.js"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"sniff",
|
"sniff",
|
||||||
"detection"
|
"detection"
|
||||||
],
|
],
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"homepage": "https://github.com/ded/bowser",
|
"homepage": "https://github.com/ded/bowser",
|
||||||
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
||||||
"main": "./src/bowser.js",
|
"main": "./src/bowser.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user