Skip to content

Commit

Permalink
Merge tag '2.0.0-alpha.1' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
lancedikson committed Jul 9, 2018
2 parents 8676817 + 7fc8f3c commit e91faf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Bowser Changelog

### Upcoming 2.0.0
### 2.0.0-alpha.1 (July 9, 2018)
- [ADD] `Bowser.getParser()`
- [ADD] `Bowser.parse`
- [ADD] `Parser` class which describes parsing process
- [CHANGE] Change bowser's returning object
- [REMOVE] Remove bower support

### 1.9.4 (June 28, 2018)
- [FIX] Fix NAVER Whale browser detection (#220)
Expand Down
33 changes: 0 additions & 33 deletions bower.json

This file was deleted.

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.4",
"version": "2.0.0-alpha.1",
"description": "Lightweight browser detector",
"keywords": [
"browser",
Expand Down

0 comments on commit e91faf7

Please sign in to comment.