mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Bump versions, write changelog
This commit is contained in:
parent
49746c5547
commit
87aff8ba75
@ -1,5 +1,11 @@
|
|||||||
# Bowser Changelog
|
# Bowser Changelog
|
||||||
|
|
||||||
|
### 1.9.4 (June 28, 2018)
|
||||||
|
- [FIX] Fix NAVER Whale browser detection (#220)
|
||||||
|
- [FIX] Fix MZ Browser browser detection (#219)
|
||||||
|
- [FIX] Fix Firefox Focus browser detection (#191)
|
||||||
|
- [FIX] Fix webOS browser detection (#186)
|
||||||
|
|
||||||
### 1.9.3 (March 12, 2018)
|
### 1.9.3 (March 12, 2018)
|
||||||
- [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
|
- [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"ender",
|
"ender",
|
||||||
"sniff"
|
"sniff"
|
||||||
],
|
],
|
||||||
"version": "1.9.3",
|
"version": "1.9.4",
|
||||||
"homepage": "https://github.com/lancedikson/bowser",
|
"homepage": "https://github.com/lancedikson/bowser",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"src/bowser.js"
|
"src/bowser.js"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bowser",
|
"name": "bowser",
|
||||||
"version": "1.9.3",
|
"version": "1.9.4",
|
||||||
"description": "Lightweight browser detector",
|
"description": "Lightweight browser detector",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
|
Loading…
Reference in New Issue
Block a user