Skip to content

Commit

Permalink
Merge branch '2.5.2' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Jul 17, 2019
2 parents 29d1264 + 2696876 commit 1d613f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [["@babel/preset-env", {
"useBuiltIns": "entry",
"modules": "auto",
"modules": "cjs",
"loose": true,
"targets": {
"ie": "8",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Bowser Changelog

### 2.5.2 (July 17, 2019)
- [FIX] Fixes the bug undefined method because of failed build (#335)

### 2.5.1 (July 17, 2019)
- [FIX] Fixes the bug with a custom Error class (#335)
- [FIX] Fixes the settings for Babel to reduce the bundle size (#259)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.5.1",
"version": "2.5.2",
"description": "Lightweight browser detector",
"keywords": [
"browser",
Expand Down

0 comments on commit 1d613f6

Please sign in to comment.