From dc15bf483ef1d4ad2a7f9e5ea31e499e91bcdd73 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Tue, 17 Jul 2018 21:26:45 +0300 Subject: [PATCH] Bump version, update the changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a94a30..069384a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index c7309b0..db904aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bowser", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Lightweight browser detector", "keywords": [ "browser",