From f13a4debf92e6f45ff6e2138299b0012b7d5b80a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 14:21:56 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f53e9d..4ff1938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5751609..9b446e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dagula", - "version": "6.0.2", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d2f9053..4c935f4 100644 --- a/package.json +++ b/package.json @@ -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",