Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(main): release 2.0.0 #170

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down