Bump version, write changelog

pull/216/head
Denis Demchenko 6 years ago
parent 05d536ea0c
commit 1810eee64a

@ -1,7 +1,10 @@
# Bowser Changelog
### 1.9.2 (February 5, 2018)
- [FIX] Fix `typings.d.ts` — add `osname` flag to the interface
### 1.9.1 (December 22, 2017)
- [FIX] Fix `typings.d.ts` — add `chromium` flag to interface
- [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface
### 1.9.0 (December 20, 2017)
- [ADD] Add a public method `.detect()` (#205)

@ -11,7 +11,7 @@
"ender",
"sniff"
],
"version": "1.9.0",
"version": "1.9.2",
"homepage": "https://github.com/lancedikson/bowser",
"scripts": [
"src/bowser.js"

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

Loading…
Cancel
Save