Skip to content

Commit 0c63b0d

Browse files
committed
changelog v10
1 parent c5ca277 commit 0c63b0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cringe lorg
22

3+
## 10.0.0
4+
5+
- `cache.fetch()` return type is now `Promise<V | undefined>`
6+
instead of `Promise<V | void>`. This is an irrelevant change
7+
practically speaking, but can require changes for TypeScript
8+
users.
9+
310
## 9.1.0
411

512
- `cache.set(key, undefined)` is now an alias for

0 commit comments

Comments
 (0)