Skip to content

Commit 56d328a

Browse files
chore(main): release 0.9.0 (#139)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14f5304 commit 56d328a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/web3-storage/ipfs-car/compare/v0.8.1...v0.9.0) (2022-10-03)
4+
5+
6+
### Features
7+
8+
* add car hash command ([#138](https://github.com/web3-storage/ipfs-car/issues/138)) ([14f5304](https://github.com/web3-storage/ipfs-car/commit/14f53044b87c82c3e73cd7a035f587c155c22bd2))
9+
310
## [0.8.1](https://github.com/web3-storage/ipfs-car/compare/v0.8.0...v0.8.1) (2022-08-05)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-car",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Convert files to content-addressed archives (.car) and back",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)