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