Skip to content

Commit c9993d3

Browse files
author
Zibi Braniecki
committed
cached-iterable 0.3.0
1 parent fb65ee7 commit c9993d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## cached-iterable 0.3.0
4+
5+
- Ensure that if the CachedAsyncIterable is called multiple times in parallel, it does return the correct value
6+
37
## cached-iterable 0.2.1
48

59
- Fix `package.json`'s `module` field.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cached-iterable",
33
"description": "Iterables which cache the values they yield",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": "Mozilla <[email protected]>",
66
"license": "Apache-2.0",
77
"contributors": [

0 commit comments

Comments
 (0)