@anansi/browserslist-config
Advanced tools
Comparing version 1.4.3 to 1.5.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.5.0](https://github.com/ntucker/anansi/compare/@anansi/browserslist-config@1.4.3...@anansi/browserslist-config@1.5.0) (2024-01-19) | ||
### 🚀 Features | ||
* Add node20, node22 BROWSERSLIST_ENV ([31e19a2](https://github.com/ntucker/anansi/commit/31e19a294023673f88ce88ec4435aaceb9fca95b)) | ||
### [1.4.3](https://github.com/ntucker/anansi/compare/@anansi/browserslist-config@1.4.2...@anansi/browserslist-config@1.4.3) (2023-05-07) | ||
@@ -8,0 +14,0 @@ |
@@ -42,2 +42,4 @@ module.exports = { | ||
node18: ['node 18'], | ||
node20: ['node 20'], | ||
node22: ['node 22'], | ||
}; |
{ | ||
"name": "@anansi/browserslist-config", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"description": "Support modern browsers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7403
44