@bedrock/core
Advanced tools
Comparing version 5.0.1 to 5.0.2
# `@bedrock/core` ChangeLog | ||
## 5.0.2 - 2022-03-31 | ||
### Fixed | ||
- Fix `package.json` to reflect node 14.x requirement. | ||
## 5.0.1 - 2022-03-31 | ||
@@ -14,2 +19,3 @@ | ||
- **BREAKING**: Remove default export. | ||
- **BREAKING**: Require node 14.x. | ||
@@ -16,0 +22,0 @@ ## 4.5.0 - 2022-03-22 |
{ | ||
"name": "@bedrock/core", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"type": "module", | ||
@@ -54,5 +54,5 @@ "description": "A core foundation for rich Web applications.", | ||
"engines": { | ||
"node": ">=10.12.0" | ||
"node": ">=14" | ||
}, | ||
"main": "./lib/index.js" | ||
} |
Sorry, the diff of this file is not supported yet
160302