Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#14)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[6.0.0](v5.0.0...v6.0.0)
(2023-05-01)


### ⚠ BREAKING CHANGES

* support for multiple hash types
([#9](#9))

### Features

* add walkUnixfsPath to emit nodes for each path segment
([#7](#7))
([6c0eed1](6c0eed1))
* getPath with carScope
([#8](#8))
([a613b45](a613b45))
* support for multiple hash types
([#9](#9))
([c147fdb](c147fdb))


### Other Changes

* publish from ci
([#13](#13))
([5df4116](5df4116))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 1, 2023
1 parent 5df4116 commit fdc31ba
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [6.0.0](https://github.com/web3-storage/dagula/compare/v5.0.0...v6.0.0) (2023-05-01)


### ⚠ BREAKING CHANGES

* support for multiple hash types ([#9](https://github.com/web3-storage/dagula/issues/9))

### Features

* add walkUnixfsPath to emit nodes for each path segment ([#7](https://github.com/web3-storage/dagula/issues/7)) ([6c0eed1](https://github.com/web3-storage/dagula/commit/6c0eed1c2e0a2071e8d7f70496039cb042deff4c))
* getPath with carScope ([#8](https://github.com/web3-storage/dagula/issues/8)) ([a613b45](https://github.com/web3-storage/dagula/commit/a613b45f731cbbf6f8e175af47bdf45fa3a45e25))
* support for multiple hash types ([#9](https://github.com/web3-storage/dagula/issues/9)) ([c147fdb](https://github.com/web3-storage/dagula/commit/c147fdbd8cfaea385a242776edc0908ed7694584))


### Other Changes

* publish from ci ([#13](https://github.com/web3-storage/dagula/issues/13)) ([5df4116](https://github.com/web3-storage/dagula/commit/5df411669682c7a2978421fbcdaceecba9d3408a))
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": "dagula",
"version": "5.0.0",
"version": "6.0.0",
"description": "Suck a DAG out of a peer in the IPFS network.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit fdc31ba

Please sign in to comment.