browserslist-generator
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -0,1 +1,11 @@ | ||
## [1.0.50](https://github.com/wessberg/browserslist-generator/compare/v1.0.49...v1.0.50) (2021-05-19) | ||
### Bug Fixes | ||
* **ua:** add detection for more bots ([bbffdbb](https://github.com/wessberg/browserslist-generator/commit/bbffdbb16251c8ff4e0f3c45c1e5bfb5768db543)) | ||
* **ua:** handle special case with the old stock Android browser ([2f2847e](https://github.com/wessberg/browserslist-generator/commit/2f2847e0f4dfbca095fe169e286250b277d48728)) | ||
## [1.0.49](https://github.com/wessberg/browserslist-generator/compare/v1.0.48...v1.0.49) (2021-05-19) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "browserslist-generator", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"description": "A library that makes generating and validating Browserslists a breeze!", | ||
@@ -83,2 +83,3 @@ "files": [ | ||
"dependencies": { | ||
"isbot": "3.0.26", | ||
"@mdn/browser-compat-data": "^3.3.3", | ||
@@ -85,0 +86,0 @@ "@types/object-path": "^0.11.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3391
414461
10
+ Addedisbot@3.0.26
+ Addedisbot@3.0.26(transitive)