diff --git a/CHANGELOG.md b/CHANGELOG.md index e305a90..29d1697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/web3-storage/ipfs-car/compare/v1.1.0...v1.2.0) (2024-01-22) + + +### Features + +* streaming sha256 CAR hash ([#162](https://github.com/web3-storage/ipfs-car/issues/162)) ([f1601a0](https://github.com/web3-storage/ipfs-car/commit/f1601a049db3f6512ddc5b1d710d856f5760bf2e)) + ## [1.1.0](https://github.com/web3-storage/ipfs-car/compare/v1.0.0...v1.1.0) (2023-12-08) diff --git a/package-lock.json b/package-lock.json index 5c8a98e..005232e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-car", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ipfs-car", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index 7d91b52..1ebd432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-car", - "version": "1.1.0", + "version": "1.2.0", "description": "Convert files to content-addressed archives (.car) and back", "type": "module", "main": "index.js",