Skip to content

Commit

Permalink
cached-iterable 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Oct 21, 2018
1 parent fb65ee7 commit c9993d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## cached-iterable 0.3.0

- Ensure that if the CachedAsyncIterable is called multiple times in parallel, it does return the correct value

## cached-iterable 0.2.1

- Fix `package.json`'s `module` field.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cached-iterable",
"description": "Iterables which cache the values they yield",
"version": "0.2.1",
"version": "0.3.0",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit c9993d3

Please sign in to comment.