1
Fork 0

version 0.1.6

This commit is contained in:
Conduitry 2021-09-29 19:43:19 -04:00
parent eb86fac89e
commit 205cde1d95
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# 0.1.6
- Allow bypassing cache by passing a `path` of `null` to `autocache`
- Fix `pkg.engines`, which should have indicated Node `>=12`, not Node `^12`
# 0.1.5
- Improve published types with generics

View file

@ -1,6 +1,6 @@
{
"name": "@conduitry/autocache",
"version": "0.1.5",
"version": "0.1.6",
"description": "A cache that cleans itself",
"keywords": [
"cache"