Skip to content

Commit

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


##
[7.0.0](v6.0.2...v7.0.0)
(2023-05-18)


### ⚠ BREAKING CHANGES

* remove search option
([#23](#23))
* rename dagScope to carScope
([#21](#21))

### Features

* add ordering option to getPath
([#19](#19))
([ad25001](ad25001))
* support yamux muxer
([#11](#11))
([24ef997](24ef997))


### Bug Fixes

* rename dagScope to carScope
([#21](#21))
([497cc90](497cc90))


### refactor

* remove search option
([#23](#23))
([9ede86f](9ede86f))

---
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 18, 2023
1 parent 9ede86f commit 0fc173d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [7.0.0](https://github.com/web3-storage/dagula/compare/v6.0.2...v7.0.0) (2023-05-18)


### ⚠ BREAKING CHANGES

* remove search option ([#23](https://github.com/web3-storage/dagula/issues/23))
* rename dagScope to carScope ([#21](https://github.com/web3-storage/dagula/issues/21))

### Features

* add ordering option to getPath ([#19](https://github.com/web3-storage/dagula/issues/19)) ([ad25001](https://github.com/web3-storage/dagula/commit/ad25001d37c7e917e58cfa30e3bce6402c8fcab5))
* support yamux muxer ([#11](https://github.com/web3-storage/dagula/issues/11)) ([24ef997](https://github.com/web3-storage/dagula/commit/24ef997a664937257b0a4f719c62a554a7bbc77e))


### Bug Fixes

* rename dagScope to carScope ([#21](https://github.com/web3-storage/dagula/issues/21)) ([497cc90](https://github.com/web3-storage/dagula/commit/497cc9031a0871254cfd078fcbc749b7a9a7c691))


### refactor

* remove search option ([#23](https://github.com/web3-storage/dagula/issues/23)) ([9ede86f](https://github.com/web3-storage/dagula/commit/9ede86f8e8ef231a7bde64078e02b47369653795))

## [6.0.2](https://github.com/web3-storage/dagula/compare/v6.0.1...v6.0.2) (2023-05-02)


Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.2",
"version": "7.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 0fc173d

Please sign in to comment.