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:
commit
b33d7af0b5
@ -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)
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user