From 1851cddab66b532c8e4ffbb6df0b782d00b33e49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:54:57 +0000 Subject: [PATCH] chore(main): release 2.0.0 (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d1697..120e64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/storacha/ipfs-car/compare/v1.2.0...v2.0.0) (2025-01-27) + + +### ⚠ BREAKING CHANGES + +* log cid to stdout when there's an output file ([#169](https://github.com/storacha/ipfs-car/issues/169)) + +### Features + +* log cid to stdout when there's an output file ([#169](https://github.com/storacha/ipfs-car/issues/169)) ([f5e21a2](https://github.com/storacha/ipfs-car/commit/f5e21a2db4aade5cf86c5456a3d690f7faa5f0fe)) + ## [1.2.0](https://github.com/web3-storage/ipfs-car/compare/v1.1.0...v1.2.0) (2024-01-22) diff --git a/package-lock.json b/package-lock.json index 005232e..e7a5366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-car", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ipfs-car", - "version": "1.2.0", + "version": "2.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index 1ebd432..a72a7ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-car", - "version": "1.2.0", + "version": "2.0.0", "description": "Convert files to content-addressed archives (.car) and back", "type": "module", "main": "index.js",