From 43020a3f84d60de94b0a0fccbc58e9481475236a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Aug 2023 09:20:38 +0000 Subject: [PATCH] chore(release): 6.0.5 [skip ci] ## [6.0.5](https://github.com/ipfs/js-ipns/compare/v6.0.4...v6.0.5) (2023-08-24) ### Dependencies * bump @libp2p/peer-id from 2.0.4 to 3.0.2 ([#250](https://github.com/ipfs/js-ipns/issues/250)) ([69c52d7](https://github.com/ipfs/js-ipns/commit/69c52d70058172d6c61388b010f1e5c7f9b663e8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6a93d..a116ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.5](https://github.com/ipfs/js-ipns/compare/v6.0.4...v6.0.5) (2023-08-24) + + +### Dependencies + +* bump @libp2p/peer-id from 2.0.4 to 3.0.2 ([#250](https://github.com/ipfs/js-ipns/issues/250)) ([69c52d7](https://github.com/ipfs/js-ipns/commit/69c52d70058172d6c61388b010f1e5c7f9b663e8)) + ## [6.0.4](https://github.com/ipfs/js-ipns/compare/v6.0.3...v6.0.4) (2023-08-24) diff --git a/package.json b/package.json index 648dd3c..c58e72d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipns", - "version": "6.0.4", + "version": "6.0.5", "description": "ipns record definitions", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT",