version 0.1.7

This commit is contained in:
Conduitry 2021-10-02 23:28:20 -04:00
parent da1c4ee9e4
commit 5997eafd6f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.1.7
- Expose CJS and ESM builds with `pkg.exports`
# 0.1.6
- Allow bypassing cache by passing a `path` of `null` to `autocache`

View File

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