Skip to content

Commit

Permalink
Merge tag '2.0.0-beta.3' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
lancedikson committed Sep 15, 2018
2 parents 1158fe9 + 6bde5e1 commit be6a7b2
Show file tree
Hide file tree
Showing 7 changed files with 1,013 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "8.4.0"
script:
- npm run lint
- npm build
- npm test
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bowser Changelog

### 2.0.0-beta.3 (September 15, 2018)
- [FIX] Fix Chrome Mobile detection (#253)
- [FIX] Use built bowser for CI (#252)
- [FIX] Update babel-plugin-add-module-exports (#251)

### 2.0.0-beta.2 (September 9, 2018)
- [FIX] Fix failing comparing version through `Parser.satisfies` (#243)
- [FIX] Fix travis testing, include eslint into CI testing
Expand Down
Loading

0 comments on commit be6a7b2

Please sign in to comment.