From 5997eafd6fdabb0cb47a378068d548dba69e8411 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 2 Oct 2021 23:28:20 -0400 Subject: [PATCH] version 0.1.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39690b..a086a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index 586c385..42c12b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conduitry/autocache", - "version": "0.1.6", + "version": "0.1.7", "description": "A cache that cleans itself", "keywords": [ "cache"