@kintone/plugin-manifest-validator
Advanced tools
Comparing version 5.0.2 to 6.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [6.0.0](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@5.0.2...@kintone/plugin-manifest-validator@6.0.0) (2021-05-11) | ||
### chore | ||
* drop Node v10 support ([#870](https://github.com/kintone/js-sdk/issues/870)) ([5263389](https://github.com/kintone/js-sdk/commit/526338928e5a89a1f24c7458fc0c7c2452e36cc1)) | ||
### BREAKING CHANGES | ||
* drop Node v10 support because of the EOL. | ||
## [5.0.2](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@5.0.1...@kintone/plugin-manifest-validator@5.0.2) (2021-04-13) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@kintone/plugin-manifest-validator", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"author": "Teppei Sato <teppeis@gmail.com>", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
@@ -51,3 +51,3 @@ "main": "dist/src/index.js", | ||
"license": "MIT", | ||
"gitHead": "c7c64a71c0053c3df9328d8fb891b0e1d1fd73f4" | ||
"gitHead": "cd7d74f81ec46fea38f2e3e22da1106575915461" | ||
} |
Sorry, the diff of this file is not supported yet
244226