Skip to content

Commit

Permalink
cached-iterable 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Jul 24, 2018
1 parent 855ebf5 commit 55dc676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## cached-iterable 0.2.1

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

It now correctly points to `src/index.mjs`.

## cached-iterable 0.2.0

- Add `CachedSyncIterable` and `CachedAsyncIterable`.
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.0",
"version": "0.2.1",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 55dc676

Please sign in to comment.