Skip to content

Commit

Permalink
Merge branch 'hotfix/1.9.1' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Dec 22, 2017
2 parents f51676d + ad822b5 commit 03d690c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "1.9.0",
"version": "1.9.1",
"description": "Lightweight browser detector",
"keywords": [
"browser",
Expand Down
1 change: 1 addition & 0 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare namespace bowser {

export interface IBowserVersions {
chrome: boolean;
chromium: boolean;
firefox: boolean;
msie: boolean;
msedge: boolean;
Expand Down

0 comments on commit 03d690c

Please sign in to comment.