Skip to content

Commit 55dc676

Browse files
committed
cached-iterable 0.2.1
1 parent 855ebf5 commit 55dc676

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## cached-iterable 0.2.1
4+
5+
- Fix `package.json`'s `module` field.
6+
7+
It now correctly points to `src/index.mjs`.
8+
39
## cached-iterable 0.2.0
410

511
- Add `CachedSyncIterable` and `CachedAsyncIterable`.

package.json

+1-1
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.0",
4+
"version": "0.2.1",
55
"author": "Mozilla <[email protected]>",
66
"license": "Apache-2.0",
77
"contributors": [

0 commit comments

Comments
 (0)