diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f53e9d..a7eea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/dagula/compare/v6.0.2...v7.0.0) (2023-05-18) + + +### ⚠ BREAKING CHANGES + +* 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)) + ## [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",