From 1d6a8ad1f76a7a16b503dbe1b440b88a11b8ea37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:53:23 +0000 Subject: [PATCH] chore(main): release 1.2.0 (#163) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",