From ceca20a7da7f976777d4e77297eb6aada45f67d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 15:17:14 +0100 Subject: [PATCH] chore(main): release 6.0.2 (#18) :robot: I have created a release *beep* *boop* --- ## [6.0.2](https://github.com/web3-storage/dagula/compare/v6.0.1...v6.0.2) (2023-05-02) ### Bug Fixes * getPath through dag-cbor and identity nodes ([#17](https://github.com/web3-storage/dagula/issues/17)) ([d33890a](https://github.com/web3-storage/dagula/commit/d33890a221f77ad803b73d7118061a1727257fe5)) --- 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> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff057f2..7f53e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.2](https://github.com/web3-storage/dagula/compare/v6.0.1...v6.0.2) (2023-05-02) + + +### Bug Fixes + +* getPath through dag-cbor and identity nodes ([#17](https://github.com/web3-storage/dagula/issues/17)) ([d33890a](https://github.com/web3-storage/dagula/commit/d33890a221f77ad803b73d7118061a1727257fe5)) + ## [6.0.1](https://github.com/web3-storage/dagula/compare/v6.0.0...v6.0.1) (2023-05-01) diff --git a/package-lock.json b/package-lock.json index a5841fa..f1ae142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dagula", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dagula", - "version": "6.0.1", + "version": "6.0.2", "license": "Apache-2.0 OR MIT", "dependencies": { "@chainsafe/libp2p-noise": "^11.0.0", diff --git a/package.json b/package.json index fb61ac1..6257ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dagula", - "version": "6.0.1", + "version": "6.0.2", "description": "Suck a DAG out of a peer in the IPFS network.", "main": "index.js", "type": "module",