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

Merge branch 'hotfix/1.9.1'

This commit is contained in:
Denis Demchenko 2017-12-22 17:33:31 +02:00
commit a1f1af1e36
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Bowser Changelog
### 1.9.1 (December 22, 2017)
- [FIX] Fix `typings.d.ts` — add `chromium` flag to interface
### 1.9.0 (December 20, 2017)
- [ADD] Add a public method `.detect()` (#205)
- [DOCS] Fix description of `chromium` flag in docs (#206)

View File

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "1.9.0",
"version": "1.9.1",
"description": "Lightweight browser detector",
"keywords": [
"browser",

1
typings.d.ts vendored
View File

@ -31,6 +31,7 @@ declare namespace bowser {
export interface IBowserVersions {
chrome: boolean;
chromium: boolean;
firefox: boolean;
msie: boolean;
msedge: boolean;