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

Bump version, update the changelog

This commit is contained in:
Denis Demchenko 2018-07-17 21:26:45 +03:00
parent 8d7ef744ac
commit dc15bf483e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Bowser Changelog
### 2.0.0-alpha.2 (July 17, 2018)
- [CHANGE] Make `src/bowser` main file instead of the bundled one
- [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231)
- [REMOVE] Remove `typings.d.ts` before stable release (#232)
- [FIX] Improve Nexus devices detection (#233)
### 2.0.0-alpha.1 (July 9, 2018)
- [ADD] `Bowser.getParser()`
- [ADD] `Bowser.parse`

View File

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Lightweight browser detector",
"keywords": [
"browser",