Skip to content

Commit d9fbcfe

Browse files
chore(release): 5.4.0 [skip ci]
## [5.4.0](v5.3.3...v5.4.0) (2025-01-06) ### Features * make reader lazy on fs.read to run ignore polyfill ([#168](#168)) ([ccb8edc](ccb8edc))
1 parent ccb8edc commit d9fbcfe

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,3 +1,9 @@
1+
## [5.4.0](https://github.com/ipld/js-car/compare/v5.3.3...v5.4.0) (2025-01-06)
2+
3+
### Features
4+
5+
* make reader lazy on fs.read to run ignore polyfill ([#168](https://github.com/ipld/js-car/issues/168)) ([ccb8edc](https://github.com/ipld/js-car/commit/ccb8edc6682e8dcce689e2784212a3c936165ffd))
6+
17
## [5.3.3](https://github.com/ipld/js-car/compare/v5.3.2...v5.3.3) (2024-10-29)
28

39
### Trivial Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/car",
3-
"version": "5.3.3",
3+
"version": "5.4.0",
44
"description": "Content Addressable aRchive format reader and writer",
55
"author": "Rod <[email protected]> (http://r.va.gg/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)