Skip to content

Commit 679b6c0

Browse files
chore(main): release 0.9.1 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent baf23a6 commit 679b6c0

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.1](https://github.com/web3-storage/ipfs-car/compare/v0.9.0...v0.9.1) (2022-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add car hash command to docs ([baf23a6](https://github.com/web3-storage/ipfs-car/commit/baf23a6d5555172c5b6c7bbca1e8769058880e05))
9+
310
## [0.9.0](https://github.com/web3-storage/ipfs-car/compare/v0.8.1...v0.9.0) (2022-10-03)
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.9.0",
3+
"version": "0.9.1",
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)