version 0.1.6
This commit is contained in:
parent
eb86fac89e
commit
205cde1d95
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@conduitry/autocache",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "A cache that cleans itself",
|
||||
"keywords": [
|
||||
"cache"
|
||||
|
|
Loading…
Add table
Reference in a new issue