Comparing version 5.3.5-lucianbuzzo-upgrade-lru-cache-6a091ae1f383e35f4b111e165d782ca6f55a11db to 6.0.0-lucianbuzzo-upgrade-lru-cache-1c0a31691eec10579eaedf8b555804487b99fd68
@@ -7,5 +7,6 @@ # Change Log | ||
# v5.3.5 | ||
# v6.0.0 | ||
## (2022-01-13) | ||
* Drop support for node versions prior to v12 [Lucian Buzzo] | ||
* Upgrade to latest version of lru-cache module [Lucian Buzzo] | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "skhema", | ||
"version": "5.3.5-lucianbuzzo-upgrade-lru-cache-6a091ae1f383e35f4b111e165d782ca6f55a11db", | ||
"version": "6.0.0-lucianbuzzo-upgrade-lru-cache-1c0a31691eec10579eaedf8b555804487b99fd68", | ||
"description": "JSON Schema utility collection", | ||
@@ -12,2 +12,5 @@ "main": "lib/index.js", | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"scripts": { | ||
@@ -60,4 +63,4 @@ "test": "npm run lint && nyc --reporter=lcov ava -v", | ||
"versionist": { | ||
"publishedAt": "2022-01-13T16:37:31.813Z" | ||
"publishedAt": "2022-01-13T16:45:51.123Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
163821