Skip to content

Commit

Permalink
changelog v10
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 15, 2023
1 parent c5ca277 commit 0c63b0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cringe lorg

## 10.0.0

- `cache.fetch()` return type is now `Promise<V | undefined>`
instead of `Promise<V | void>`. This is an irrelevant change
practically speaking, but can require changes for TypeScript
users.

## 9.1.0

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

0 comments on commit 0c63b0d

Please sign in to comment.