metapak-sencrop
Advanced tools
Comparing version 7.11.1 to 7.12.0
@@ -0,1 +1,15 @@ | ||
# [7.12.0](https://github.com/sencrop/metapak-sencrop/compare/v7.11.1...v7.12.0) (2021-03-02) | ||
### Bug Fixes | ||
* **actions:** bump to node 14 ([7e53e50](https://github.com/sencrop/metapak-sencrop/commit/7e53e507ea0fc3a99f73af330b6ca64d86ecccd3)) | ||
### Features | ||
* **node:** upgrade lts ([2954625](https://github.com/sencrop/metapak-sencrop/commit/2954625177a08110ba2a0656e9c46bad33fe6a44)) | ||
## [7.11.1](https://github.com/sencrop/metapak-sencrop/compare/v7.11.0...v7.11.1) (2021-01-07) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "metapak-sencrop", | ||
"version": "7.11.1", | ||
"version": "7.12.0", | ||
"description": "A `metapak` plugin for Sencrop projects", | ||
@@ -71,3 +71,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=12.13.0" | ||
"node": ">=14.16.0" | ||
}, | ||
@@ -74,0 +74,0 @@ "config": {}, |
@@ -6,4 +6,4 @@ 'use strict'; | ||
module.exports = { | ||
lastNodeLTS: '12.13.0', | ||
lastNode: '12.13.0', | ||
lastNodeLTS: '14.16.0', | ||
lastNode: '14.16.0', | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52753