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

Merge branch 'release/1.7.0'

This commit is contained in:
Denis Demchenko 2017-05-18 21:55:58 +03:00
commit b33d7af0b5
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# Bowser Changelog # Bowser Changelog
### 1.7.0 (May 18, 2017)
- [ADD] Add OS version support for Windows and macOS (#178)
### 1.6.0 (December 5, 2016) ### 1.6.0 (December 5, 2016)
- [ADD] Add some tests for Windows devices (#89) - [ADD] Add some tests for Windows devices (#89)
- [ADD] Add `root` to initialization process (#170) - [ADD] Add `root` to initialization process (#170)

View File

@ -11,13 +11,14 @@
"ender", "ender",
"sniff" "sniff"
], ],
"version": "1.6.1", "version": "1.7.0",
"homepage": "https://github.com/ded/bowser", "homepage": "https://github.com/lancedikson/bowser",
"scripts": [ "scripts": [
"src/bowser.js" "src/bowser.js"
], ],
"authors": [ "authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)" "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"Denis Demchenko <lance@dikson.me>"
], ],
"moduleType": [], "moduleType": [],
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "bowser", "name": "bowser",
"version": "1.6.1", "version": "1.7.0",
"description": "Lightweight browser detector", "description": "Lightweight browser detector",
"keywords": [ "keywords": [
"browser", "browser",
@ -12,7 +12,7 @@
"ender", "ender",
"sniff" "sniff"
], ],
"homepage": "https://github.com/ded/bowser", "homepage": "https://github.com/lancedikson/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",
"typings": "./typings.d.ts", "typings": "./typings.d.ts",