Merge branch '2.5.2' into production

pull/362/head 2.5.2
Denis Demchenko 5 years ago
commit 1d613f6227

@ -1,7 +1,7 @@
{
"presets": [["@babel/preset-env", {
"useBuiltIns": "entry",
"modules": "auto",
"modules": "cjs",
"loose": true,
"targets": {
"ie": "8",

@ -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)

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "2.5.1",
"version": "2.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "bowser",
"version": "2.5.1",
"version": "2.5.2",
"description": "Lightweight browser detector",
"keywords": [
"browser",

Loading…
Cancel
Save