We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855ebf5 commit 55dc676Copy full SHA for 55dc676
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## cached-iterable 0.2.0
10
11
- Add `CachedSyncIterable` and `CachedAsyncIterable`.
package.json
@@ -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": [
0 commit comments