From f3ea3f6574092c1a819bf85bdb6c9c40fecae90a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:48:12 +0000 Subject: [PATCH] chore(main): release 6.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..81d3410 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 15da0d7..a0b656b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dagula", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dagula", - "version": "5.0.0", + "version": "6.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^11.0.0", diff --git a/package.json b/package.json index 3e37766..fef24b9 100644 --- a/package.json +++ b/package.json @@ -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",